Created
August 25, 2020 00:00
-
-
Save CodeBoy722/59e60f616b5246e859ec4186fedf6a9b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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