You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
9952387356
The switch is not actually a switch, but a representation of internal state, the layouts continue to accept touch events as beforehand.
11 lines
390 B
XML
11 lines
390 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="@color/colorOverlay" />
|
|
<corners android:radius="20dp" />
|
|
<padding
|
|
android:bottom="@dimen/l_25"
|
|
android:left="@dimen/l_25"
|
|
android:right="@dimen/l_25"
|
|
android:top="@dimen/l_25" />
|
|
</shape> |