pull/137/head
FongMi 4 years ago
parent 1238c28f78
commit db10346659
  1. 6
      app/src/leanback/res/drawable/selector_text.xml

@ -0,0 +1,6 @@
<?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>
Loading…
Cancel
Save