Fixed wrong size drawable
- done button icon in tatgeditor now have the right size
This commit is contained in:
parent
85854939c4
commit
8670c312ce
4 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue