Skip to content

Instantly share code, notes, and snippets.

@siscofran999
Created January 31, 2020 17:25
Show Gist options
  • Select an option

  • Save siscofran999/2a6073ca8b8e83d4874eb046e90ec1b0 to your computer and use it in GitHub Desktop.

Select an option

Save siscofran999/2a6073ca8b8e83d4874eb046e90ec1b0 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:state_selected="true" android:drawable="@drawable/selector_tab_second"/>
<item android:state_selected="false" android:drawable="@drawable/unselector_tab"/>
</selector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment