Skip to content

Instantly share code, notes, and snippets.

@gilgoldzweig
Created December 27, 2019 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gilgoldzweig/0f16acb851accc6b3e3b8b6596673a37 to your computer and use it in GitHub Desktop.
Save gilgoldzweig/0f16acb851accc6b3e3b8b6596673a37 to your computer and use it in GitHub Desktop.
toolbar icons start constraint
<Constraint android:id="@id/navigation_icon">
<CustomAttribute
motion:attributeName="ColorFilter"
motion:customColorValue="#000000" />
</Constraint>
<Constraint android:id="@id/menu_icon">
<CustomAttribute
motion:attributeName="ColorFilter"
motion:customColorValue="#000000" />
</Constraint>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment