Blame view

app/src/main/res/drawable/test_selector.xml 252 Bytes
6b038e443   Dinh Chu   update
1
2
3
4
5
  <?xml version="1.0" encoding="utf-8"?>
  <selector xmlns:android="http://schemas.android.com/apk/res/android">
      <item android:drawable="@drawable/history_ic" android:state_selected="true"/>
      <item android:drawable="@drawable/today_ic"/>
  </selector>