From 6e9a6283fc2268c1b27649a12d225928fa4c5e96 Mon Sep 17 00:00:00 2001 From: Rashad Sookram Date: Thu, 24 Mar 2022 13:00:10 -0400 Subject: [PATCH] Fix layout for long story replies. --- app/src/main/res/layout/stories_group_text_reply_item.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/stories_group_text_reply_item.xml b/app/src/main/res/layout/stories_group_text_reply_item.xml index 6cdb5c7226..f2f00e0674 100644 --- a/app/src/main/res/layout/stories_group_text_reply_item.xml +++ b/app/src/main/res/layout/stories_group_text_reply_item.xml @@ -8,7 +8,8 @@ android:background="@drawable/selectable_list_item_background" android:paddingHorizontal="8dp" android:paddingTop="6dp" - android:paddingBottom="6dp"> + android:paddingBottom="6dp" + android:clipToPadding="false">