Skip to content

Instantly share code, notes, and snippets.

@oliverspryn
Last active June 14, 2019 20:07
Show Gist options
  • Select an option

  • Save oliverspryn/18be2c9ef5f0fbeb48bfbb698bc5074f to your computer and use it in GitHub Desktop.

Select an option

Save oliverspryn/18be2c9ef5f0fbeb48bfbb698bc5074f to your computer and use it in GitHub Desktop.
Custom attributes for the Android Navigation Component's custom destination type
<?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