mirror of https://github.com/FongMi/TV.git
parent
3b33359628
commit
3598587076
@ -1,4 +1,5 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> |
<selector xmlns:android="http://schemas.android.com/apk/res/android"> |
||||||
|
<item android:drawable="@drawable/shape_subtitle_pressed" android:state_focused="true" android:state_pressed="true" /> |
||||||
<item android:drawable="@drawable/shape_subtitle_focused" android:state_focused="true" /> |
<item android:drawable="@drawable/shape_subtitle_focused" android:state_focused="true" /> |
||||||
</selector> |
</selector> |
||||||
@ -0,0 +1,11 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" |
||||||
|
android:shape="oval"> |
||||||
|
|
||||||
|
<solid android:color="@color/white_20" /> |
||||||
|
|
||||||
|
<stroke |
||||||
|
android:width="1.5dp" |
||||||
|
android:color="@color/white" /> |
||||||
|
|
||||||
|
</shape> |
||||||
Loading…
Reference in new issue