Issue 39: Increase button sizes slightly

This commit is contained in:
Ryan Harg 2021-07-08 13:42:08 +02:00
parent ee938e372a
commit cf6c38b70e
No known key found for this signature in database
GPG Key ID: 89106F3A84E6958C
1 changed files with 4 additions and 4 deletions

View File

@ -60,8 +60,8 @@
<ImageButton
android:id="@+id/favorite"
style="@style/IconButton"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_width="30dp"
android:layout_height="30dp"
android:layout_marginStart="4dp"
android:layout_marginEnd="8dp"
android:contentDescription="@string/manage_add_to_favorites"
@ -70,8 +70,8 @@
<ImageButton
android:id="@+id/actions"
style="@style/IconButton"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_width="30dp"
android:layout_height="30dp"
android:contentDescription="@string/alt_more_options"
android:src="@drawable/more" />