Home | History | Annotate | Download | only in drawable
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!-- Copyright 2014 Google Inc. All Rights Reserved. -->
      3 <selector xmlns:android="http://schemas.android.com/apk/res/android">
      4     <item
      5         android:drawable="@drawable/ic_tab_on_tint_accent"
      6         android:state_checked="true" />
      7     <item
      8         android:drawable="@drawable/ic_tab_off_tint" />
      9 </selector>