mirror of https://github.com/FongMi/TV.git
parent
f9a8098670
commit
9e4eaf23db
@ -0,0 +1,21 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> |
||||
<item android:state_focused="true"> |
||||
<shape android:shape="oval"> |
||||
<solid android:color="@color/blue_500"/> |
||||
<corners android:radius="10dp"/> |
||||
</shape> |
||||
</item> |
||||
<item android:state_activated="true"> |
||||
<shape android:shape="oval"> |
||||
<solid android:color="@color/grey_600"/> |
||||
<corners android:radius="10dp"/> |
||||
</shape> |
||||
</item> |
||||
<item > |
||||
<shape android:shape="oval"> |
||||
<solid android:color="@color/grey_600"/> |
||||
<corners android:radius="10dp"/> |
||||
</shape> |
||||
</item> |
||||
</selector> |
||||
Loading…
Reference in new issue