Skip to content

Instantly share code, notes, and snippets.

@gilgoldzweig
Last active December 27, 2019 11:09
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/e29a0c6afb66ba87aca768184f2360ba to your computer and use it in GitHub Desktop.
Save gilgoldzweig/e29a0c6afb66ba87aca768184f2360ba to your computer and use it in GitHub Desktop.
icons end constraint
<Constraint android:id="@id/navigation_icon">
<CustomAttribute
motion:attributeName="ColorFilter"
motion:customColorValue="#ffffff" />
</Constraint>
<Constraint android:id="@id/menu_icon">
<CustomAttribute
motion:attributeName="ColorFilter"
motion:customColorValue="#ffffff" />
</Constraint>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment