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
BIN
app/src/main/res/drawable-xxxhdpi/ic_done_white_24dp.png
Executable file
BIN
app/src/main/res/drawable-xxxhdpi/ic_done_white_24dp.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 587 B |
Binary file not shown.
|
Before Width: | Height: | Size: 1 KiB |
|
|
@ -161,7 +161,7 @@
|
||||||
style="@style/PlayPauseFab"
|
style="@style/PlayPauseFab"
|
||||||
android:layout_gravity="bottom|right"
|
android:layout_gravity="bottom|right"
|
||||||
android:layout_margin="16dp"
|
android:layout_margin="16dp"
|
||||||
android:src="@drawable/ic_done_white_48dp"/>
|
android:src="@drawable/ic_done_white_24dp"/>
|
||||||
|
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -201,7 +201,7 @@
|
||||||
style="@style/PlayPauseFab"
|
style="@style/PlayPauseFab"
|
||||||
android:layout_gravity="bottom|right"
|
android:layout_gravity="bottom|right"
|
||||||
android:layout_margin="16dp"
|
android:layout_margin="16dp"
|
||||||
android:src="@drawable/ic_done_white_48dp"/>
|
android:src="@drawable/ic_done_white_24dp"/>
|
||||||
|
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue