Updated tag editor save fab drawable.

This commit is contained in:
Karim Abou Zeid 2016-03-29 19:00:26 +02:00
commit 5bb589b99d
4 changed files with 12 additions and 11 deletions

View file

@ -1,9 +0,0 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:fillColor="#FFFFFFFF"
android:pathData="M9,16.2L4.8,12l-1.4,1.4L9,19 21,7l-1.4,-1.4L9,16.2z" />
</vector>

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:height="24dp"
android:viewportHeight="24.0"
android:viewportWidth="24.0"
android:width="24dp">
<path
android:fillColor="#FFFFFF"
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" />
</vector>

View file

@ -152,7 +152,7 @@
style="@style/Fab"
android:layout_gravity="bottom|end"
android:layout_margin="@dimen/fab_margin_top_left_right"
app:srcCompat="@drawable/ic_done_white_24dp" />
app:srcCompat="@drawable/ic_save_white_24dp" />
</FrameLayout>

View file

@ -176,7 +176,7 @@
style="@style/Fab"
android:layout_gravity="bottom|end"
android:layout_margin="@dimen/fab_margin_top_left_right"
app:srcCompat="@drawable/ic_done_white_24dp" />
app:srcCompat="@drawable/ic_save_white_24dp" />
</FrameLayout>