Created
June 12, 2019 17:31
-
-
Save ademar111190/c78a9d487c2a8ccc61ab5f10bb5a3497 to your computer and use it in GitHub Desktop.
Step 4, the attr file
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"?> | |
<resources> | |
<declare-styleable name="BottomNavigationViewIndicator"> | |
<attr name="targetBottomNavigation" format="reference"/> | |
<attr name="clipableBackground" format="reference|color"/> | |
</declare-styleable> | |
</resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment