mirror of https://github.com/FongMi/TV.git
parent
68df6eb2c6
commit
f3456bf82d
@ -1,15 +1,15 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:shape="rectangle"> |
||||
|
||||
<solid android:color="@color/black_40" /> |
||||
|
||||
<corners android:radius="28dp" /> |
||||
|
||||
<padding |
||||
android:bottom="6dp" |
||||
android:left="12dp" |
||||
android:right="12dp" |
||||
android:top="6dp" /> |
||||
|
||||
</shape> |
||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:color="?attr/colorControlHighlight"> |
||||
<item> |
||||
<shape android:shape="rectangle"> |
||||
<solid android:color="@color/black_40" /> |
||||
<corners android:radius="28dp" /> |
||||
<padding |
||||
android:bottom="6dp" |
||||
android:left="12dp" |
||||
android:right="12dp" |
||||
android:top="6dp" /> |
||||
</shape> |
||||
</item> |
||||
</ripple> |
||||
@ -1,15 +1,15 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:shape="rectangle"> |
||||
|
||||
<solid android:color="@color/black_20" /> |
||||
|
||||
<corners android:radius="28dp" /> |
||||
|
||||
<padding |
||||
android:bottom="6dp" |
||||
android:left="12dp" |
||||
android:right="12dp" |
||||
android:top="6dp" /> |
||||
|
||||
</shape> |
||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:color="?attr/colorControlHighlight"> |
||||
<item> |
||||
<shape android:shape="rectangle"> |
||||
<solid android:color="@color/black_20" /> |
||||
<corners android:radius="28dp" /> |
||||
<padding |
||||
android:bottom="6dp" |
||||
android:left="12dp" |
||||
android:right="12dp" |
||||
android:top="6dp" /> |
||||
</shape> |
||||
</item> |
||||
</ripple> |
||||
Loading…
Reference in new issue