From 6cab15b4c6c2f54f2c53d9dd5cda483b01ebb744 Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Tue, 19 Sep 2023 11:44:08 -0300 Subject: [PATCH] fix(file-display-tem): fix title text padding --- mastodon/src/main/res/layout/display_item_file.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon/src/main/res/layout/display_item_file.xml b/mastodon/src/main/res/layout/display_item_file.xml index bf775980d..802571ecc 100644 --- a/mastodon/src/main/res/layout/display_item_file.xml +++ b/mastodon/src/main/res/layout/display_item_file.xml @@ -34,7 +34,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="center_vertical" - android:paddingEnd="16dp" + android:paddingEnd="32dp" android:orientation="vertical">