Improves button sizes

This commit is contained in:
tom79 2017-10-14 17:17:29 +02:00
parent 4027fa75af
commit 13bfb86266
2 changed files with 10 additions and 10 deletions

View File

@ -84,8 +84,8 @@
<ImageButton
android:id="@+id/toot_picture"
android:layout_width="50dp"
android:layout_height="50dp"
android:background="@color/mastodonC4"
android:layout_height="wrap_content"
style="@style/Base.Widget.AppCompat.Button.Colored"
android:src="@drawable/ic_insert_photo"
tools:ignore="ContentDescription" />
<ImageButton
@ -93,8 +93,8 @@
android:layout_marginStart="5dp"
android:id="@+id/toot_visibility"
android:layout_width="50dp"
android:layout_height="50dp"
android:background="@color/mastodonC4"
android:layout_height="wrap_content"
style="@style/Base.Widget.AppCompat.Button.Colored"
android:src="@drawable/ic_action_globe"
tools:ignore="ContentDescription" />
<Button

View File

@ -83,18 +83,18 @@
android:layout_height="wrap_content">
<ImageButton
android:id="@+id/toot_picture"
android:layout_width="40dp"
android:layout_height="40dp"
android:background="@color/mastodonC4"
android:layout_width="50dp"
android:layout_height="wrap_content"
style="@style/Base.Widget.AppCompat.Button.Colored"
android:src="@drawable/ic_insert_photo"
tools:ignore="ContentDescription" />
<ImageButton
android:layout_marginLeft="5dp"
android:layout_marginStart="5dp"
android:id="@+id/toot_visibility"
android:layout_width="40dp"
android:layout_height="40dp"
android:background="@color/mastodonC4"
android:layout_width="50dp"
android:layout_height="wrap_content"
style="@style/Base.Widget.AppCompat.Button.Colored"
android:src="@drawable/ic_action_globe"
tools:ignore="ContentDescription" />
<Button