Skip to content

Commit

Permalink
Fixed save icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek2010 committed May 14, 2018
1 parent 3218174 commit 0ac1fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collect_app/src/main/res/drawable/ic_save_black.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
android:viewportHeight="24">
<path
android:pathData="M17,3L5,3c-1.11,0 -2,0.9 -2,2v14c0,1.1 0.89,2 2,2h14c1.1,0 2,-0.9 2,-2L21,7l-4,-4zM12,19c-1.66,0 -3,-1.34 -3,-3s1.34,-3 3,-3 3,1.34 3,3 -1.34,3 -3,3zM15,9L5,9L5,5h10v4z"
android:fillColor="#000000"/>
android:fillColor="?attr/colorControlNormal"/>
</vector>

0 comments on commit 0ac1fd4

Please sign in to comment.