Fixed wrong size drawable

- done button icon in tatgeditor now have the right size
This commit is contained in:
Karim Abou Zeid 2015-02-15 11:47:03 +01:00
commit 8670c312ce
4 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 587 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

View file

@ -161,7 +161,7 @@
style="@style/PlayPauseFab"
android:layout_gravity="bottom|right"
android:layout_margin="16dp"
android:src="@drawable/ic_done_white_48dp"/>
android:src="@drawable/ic_done_white_24dp"/>
</FrameLayout>

View file

@ -201,7 +201,7 @@
style="@style/PlayPauseFab"
android:layout_gravity="bottom|right"
android:layout_margin="16dp"
android:src="@drawable/ic_done_white_48dp"/>
android:src="@drawable/ic_done_white_24dp"/>
</FrameLayout>