From b36b1b2a28d4e1f752334d443b5005c83c838e2c Mon Sep 17 00:00:00 2001 From: sk Date: Sat, 21 Jan 2023 02:35:46 +0100 Subject: [PATCH] tweak alt button --- .../src/main/res/layout/display_item_photo.xml | 14 +++++++------- mastodon/src/main/res/values/strings_sk.xml | 1 + 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/mastodon/src/main/res/layout/display_item_photo.xml b/mastodon/src/main/res/layout/display_item_photo.xml index 00b0bd176..4a724ef42 100644 --- a/mastodon/src/main/res/layout/display_item_photo.xml +++ b/mastodon/src/main/res/layout/display_item_photo.xml @@ -17,22 +17,21 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="start|bottom" - android:layout_marginLeft="16dp" - android:layout_marginRight="16dp" - android:layout_marginTop="8dp" - android:layout_marginBottom="8dp" + android:layout_margin="12dp" android:importantForAccessibility="noHideDescendants" android:background="@drawable/bg_image_alt_overlay"> + android:paddingHorizontal="5dp" + android:paddingVertical="1dp" + android:text="@string/sk_alt_button"/> Star Edit timeline Edit timelines + ALT \ No newline at end of file