mirror of https://github.com/FongMi/TV.git
parent
0acd9533c0
commit
cea022a888
@ -0,0 +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" /> |
||||
</selector> |
||||
@ -0,0 +1,11 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:shape="rectangle"> |
||||
|
||||
<corners android:radius="8dp" /> |
||||
|
||||
<stroke |
||||
android:width="1dp" |
||||
android:color="@color/white" /> |
||||
|
||||
</shape> |
||||
Loading…
Reference in new issue