You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
fcbf56e93a
* partially
8 lines
283 B
XML
8 lines
283 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
<size
|
|
android:width="@dimen/l1"
|
|
android:height="@dimen/l1" />
|
|
<solid android:color="@android:color/transparent" />
|
|
</shape> |