You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
16 lines
423 B
XML
16 lines
423 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item>
|
|
<shape android:shape="rectangle">
|
|
<solid android:color="?colorSurfaceVariant" />
|
|
</shape>
|
|
</item>
|
|
|
|
<item android:bottom="2dp">
|
|
<shape android:shape="rectangle">
|
|
<solid android:color="?colorSurface" />
|
|
</shape>
|
|
</item>
|
|
|
|
</layer-list>
|