mirror of https://github.com/FongMi/TV.git
parent
71b8bd1e50
commit
829346c995
@ -1,6 +1,5 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> |
||||
<item android:drawable="@drawable/shape_text_focused" android:state_focused="true" /> |
||||
<item android:drawable="@drawable/shape_text_activated" android:state_activated="true" /> |
||||
<item android:drawable="@drawable/shape_text_normal" /> |
||||
</selector> |
||||
@ -1,15 +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/blue_500" /> |
||||
|
||||
<corners android:radius="4dp" /> |
||||
|
||||
<padding |
||||
android:bottom="8dp" |
||||
android:left="12dp" |
||||
android:right="12dp" |
||||
android:top="8dp" /> |
||||
|
||||
</shape> |
||||
Loading…
Reference in new issue