Skip to content

Instantly share code, notes, and snippets.

@waseefakhtar
Created February 21, 2020 20:44
Show Gist options
  • Save waseefakhtar/fd8e531c0707c333bb0e71a29a0cecee to your computer and use it in GitHub Desktop.
Save waseefakhtar/fd8e531c0707c333bb0e71a29a0cecee to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="?attr/colorNavigationItemSelected" android:state_checked="true" />
<item android:color="?attr/colorPrimary" android:state_checked="false"/>
</selector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment