Skip to content

Instantly share code, notes, and snippets.

@CodeBoy722
Created August 25, 2020 00:00
Show Gist options
  • Save CodeBoy722/59e60f616b5246e859ec4186fedf6a9b to your computer and use it in GitHub Desktop.
Save CodeBoy722/59e60f616b5246e859ec4186fedf6a9b 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:drawable="@drawable/tab_indicator_selected"
android:state_selected="true"/>
<item android:drawable="@drawable/tab_indicator_default"/>
</selector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment