Last active
December 27, 2019 11:09
-
-
Save gilgoldzweig/e29a0c6afb66ba87aca768184f2360ba to your computer and use it in GitHub Desktop.
icons end constraint
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
<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