mirror of https://github.com/FongMi/TV.git
parent
76150fc5e9
commit
3c5bd384f5
@ -1,6 +1,4 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> |
||||
<item android:drawable="@drawable/shape_vod_focused" android:state_focused="true" /> |
||||
<item android:drawable="@drawable/shape_vod_focused" android:state_selected="true" /> |
||||
<item android:drawable="@drawable/shape_vod_normal" /> |
||||
</selector> |
||||
@ -1,11 +0,0 @@ |
||||
<?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_60" /> |
||||
|
||||
<corners |
||||
android:bottomLeftRadius="8dp" |
||||
android:bottomRightRadius="8dp" /> |
||||
|
||||
</shape> |
||||
@ -1,9 +0,0 @@ |
||||
<?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="8dp" /> |
||||
|
||||
</shape> |
||||
@ -1,17 +0,0 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:shape="rectangle"> |
||||
|
||||
<solid android:color="#CC177535" /> |
||||
|
||||
<corners |
||||
android:bottomRightRadius="4dp" |
||||
android:topRightRadius="4dp" /> |
||||
|
||||
<padding |
||||
android:bottom="4dp" |
||||
android:left="4dp" |
||||
android:right="4dp" |
||||
android:top="4dp" /> |
||||
|
||||
</shape> |
||||
Loading…
Reference in new issue