Last active
June 14, 2019 20:07
-
-
Save oliverspryn/18be2c9ef5f0fbeb48bfbb698bc5074f to your computer and use it in GitHub Desktop.
Custom attributes for the Android Navigation Component's custom destination type
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="ChromeCustomTabsNavigator"> | |
| <attr name="toolbarColor" format="reference" /> | |
| <attr name="secondaryToolbarColor" format="reference" /> | |
| </declare-styleable> | |
| </resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment