Skip to content
Snippets Groups Projects
Commit 78d2c5a7 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Fix TV browsing icon focus color

parent f5a8984e
No related branches found
No related tags found
1 merge request!803Tv fixes and improvements
......@@ -23,8 +23,8 @@
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_selected="true" android:color="@color/orange800" />
<item android:state_pressed="true" android:color="@color/orange800" />
<item android:state_focused="true" android:color="@color/orange800" />
<item android:state_selected="true" android:color="@color/orange500" />
<item android:state_pressed="true" android:color="@color/orange500" />
<item android:state_focused="true" android:color="@color/orange500" />
<item android:color="@color/white" />
</selector>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment