From 5242466c2ab2da04c3ec7b6c5ed226b6a65ae229 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sat, 8 Feb 2020 14:05:47 +0300 Subject: [PATCH] emojireactions: resize buttons --- app/src/main/res/layout/item_emoji_reaction.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/item_emoji_reaction.xml b/app/src/main/res/layout/item_emoji_reaction.xml index a555e891..bf330b55 100644 --- a/app/src/main/res/layout/item_emoji_reaction.xml +++ b/app/src/main/res/layout/item_emoji_reaction.xml @@ -10,10 +10,13 @@ android:id="@+id/status_emoji_reaction" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_marginRight="5dp" + android:layout_marginBottom="1dp" + android:minWidth="0dp" android:lines="1" android:textAlignment="viewStart" android:textColor="?android:attr/textColorPrimary" - android:textSize="?attr/status_text_small" + android:textSize="?attr/status_text_medium" tools:text="A 0" />