mirror of https://github.com/FongMi/TV.git
parent
fa604bcb33
commit
3b33359628
@ -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_subtitle_focused" android:state_focused="true" /> |
||||
</selector> |
||||
@ -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/grey_800" /> |
||||
|
||||
<corners android:radius="4dp" /> |
||||
|
||||
</shape> |
||||
@ -0,0 +1,9 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:shape="oval"> |
||||
|
||||
<stroke |
||||
android:width="1.5dp" |
||||
android:color="@color/white" /> |
||||
|
||||
</shape> |
||||
Loading…
Reference in new issue