You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Added very slight hint of the card being selectable
This commit is contained in:
committed by
John Wu
parent
db4ef1443d
commit
fdfa037dca
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_selected="true">
|
||||
<shape android:shape="rectangle">
|
||||
<corners android:bottomLeftRadius="@dimen/r1" android:topRightRadius="@dimen/r1" />
|
||||
<solid android:color="?colorSurfaceVariant" />
|
||||
<stroke android:width="1.5dp" android:color="?colorSurfaceVariant" />
|
||||
</shape>
|
||||
</item>
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<corners android:bottomLeftRadius="@dimen/r1" android:topRightRadius="@dimen/r1" />
|
||||
<stroke android:width="1.5dp" android:color="?colorSurfaceVariant" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
Reference in New Issue
Block a user