Slightly smaller emoji and attachments buttons for more typing space

Change-Id: If43b6ed01e8ead20d8757c8e6172fb562acc40c8
This commit is contained in:
SpiritCroc 2020-12-22 19:34:30 +01:00
parent f5054106e8
commit a5c84c4f32
2 changed files with 4 additions and 4 deletions

View File

@ -107,7 +107,7 @@
<ImageButton <ImageButton
android:id="@+id/attachmentButton" android:id="@+id/attachmentButton"
android:layout_width="48dp" android:layout_width="42dp"
android:layout_height="48dp" android:layout_height="48dp"
android:layout_margin="1dp" android:layout_margin="1dp"
android:background="?android:attr/selectableItemBackground" android:background="?android:attr/selectableItemBackground"
@ -146,7 +146,7 @@
<ImageButton <ImageButton
android:id="@+id/composer_emoji" android:id="@+id/composer_emoji"
android:layout_width="48dp" android:layout_width="42dp"
android:layout_height="48dp" android:layout_height="48dp"
android:layout_margin="1dp" android:layout_margin="1dp"
android:background="?android:attr/selectableItemBackground" android:background="?android:attr/selectableItemBackground"

View File

@ -112,7 +112,7 @@
<ImageButton <ImageButton
android:id="@+id/attachmentButton" android:id="@+id/attachmentButton"
android:layout_width="48dp" android:layout_width="42dp"
android:layout_height="48dp" android:layout_height="48dp"
android:layout_margin="1dp" android:layout_margin="1dp"
android:background="?android:attr/selectableItemBackground" android:background="?android:attr/selectableItemBackground"
@ -150,7 +150,7 @@
<ImageButton <ImageButton
android:id="@+id/composer_emoji" android:id="@+id/composer_emoji"
android:layout_width="48dp" android:layout_width="42dp"
android:layout_height="48dp" android:layout_height="48dp"
android:layout_margin="1dp" android:layout_margin="1dp"
android:background="?android:attr/selectableItemBackground" android:background="?android:attr/selectableItemBackground"