Created
December 27, 2019 10:47
-
-
Save gilgoldzweig/0f16acb851accc6b3e3b8b6596673a37 to your computer and use it in GitHub Desktop.
toolbar icons start 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="#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