mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-22 17:10:43 +03:00
Slightly smaller emoji and attachments buttons for more typing space
Change-Id: If43b6ed01e8ead20d8757c8e6172fb562acc40c8
This commit is contained in:
parent
f5054106e8
commit
a5c84c4f32
2 changed files with 4 additions and 4 deletions
|
@ -107,7 +107,7 @@
|
|||
|
||||
<ImageButton
|
||||
android:id="@+id/attachmentButton"
|
||||
android:layout_width="48dp"
|
||||
android:layout_width="42dp"
|
||||
android:layout_height="48dp"
|
||||
android:layout_margin="1dp"
|
||||
android:background="?android:attr/selectableItemBackground"
|
||||
|
@ -146,7 +146,7 @@
|
|||
|
||||
<ImageButton
|
||||
android:id="@+id/composer_emoji"
|
||||
android:layout_width="48dp"
|
||||
android:layout_width="42dp"
|
||||
android:layout_height="48dp"
|
||||
android:layout_margin="1dp"
|
||||
android:background="?android:attr/selectableItemBackground"
|
||||
|
|
|
@ -112,7 +112,7 @@
|
|||
|
||||
<ImageButton
|
||||
android:id="@+id/attachmentButton"
|
||||
android:layout_width="48dp"
|
||||
android:layout_width="42dp"
|
||||
android:layout_height="48dp"
|
||||
android:layout_margin="1dp"
|
||||
android:background="?android:attr/selectableItemBackground"
|
||||
|
@ -150,7 +150,7 @@
|
|||
|
||||
<ImageButton
|
||||
android:id="@+id/composer_emoji"
|
||||
android:layout_width="48dp"
|
||||
android:layout_width="42dp"
|
||||
android:layout_height="48dp"
|
||||
android:layout_margin="1dp"
|
||||
android:background="?android:attr/selectableItemBackground"
|
||||
|
|
Loading…
Reference in a new issue