From c36fafb6337e20a7a75622fb11d29d9e33441e84 Mon Sep 17 00:00:00 2001 From: Konrad Pozniak Date: Mon, 11 May 2020 16:44:32 +0200 Subject: [PATCH] fix cut off texts when device font size is set to largest (#1786) --- app/src/main/res/layout/activity_account.xml | 2 +- app/src/main/res/layout/activity_compose.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/activity_account.xml b/app/src/main/res/layout/activity_account.xml index c6bb9be7..77f0b760 100644 --- a/app/src/main/res/layout/activity_account.xml +++ b/app/src/main/res/layout/activity_account.xml @@ -362,7 +362,7 @@ @@ -26,7 +26,7 @@ android:id="@+id/atButton" style="@style/TuskyImageButton" android:layout_width="40dp" - android:layout_height="40dp" + android:layout_height="wrap_content" android:layout_gravity="end" android:padding="8dp" android:text="@string/at_symbol" @@ -39,7 +39,7 @@ android:id="@+id/hashButton" style="@style/TuskyImageButton" android:layout_width="40dp" - android:layout_height="40dp" + android:layout_height="wrap_content" android:layout_gravity="end" android:padding="8dp" android:text="@string/hash_symbol"