You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
9 lines
311 B
XML
9 lines
311 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
<solid android:color="?colorPrimary" />
|
|
<corners
|
|
android:topLeftRadius="3dp"
|
|
android:topRightRadius="3dp" />
|
|
<size android:height="3dp" />
|
|
</shape> |