You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Added (partially) settings screen
Most importantly added design and functionality backing for these items
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<size
|
||||
android:width="@dimen/l_50"
|
||||
android:height="@dimen/l_50" />
|
||||
<solid android:color="@android:color/transparent" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user