From 86f2c563c3016115479ad32fe658a815db701e96 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Mon, 7 Feb 2022 14:15:32 +0100 Subject: [PATCH] adjust attachment sheet to latest material design bottom sheet specs Signed-off-by: Andy Scherzinger --- app/src/main/res/layout/dialog_attachment.xml | 58 ++++++++----------- 1 file changed, 25 insertions(+), 33 deletions(-) diff --git a/app/src/main/res/layout/dialog_attachment.xml b/app/src/main/res/layout/dialog_attachment.xml index 502d92456..c4d67d0f2 100644 --- a/app/src/main/res/layout/dialog_attachment.xml +++ b/app/src/main/res/layout/dialog_attachment.xml @@ -27,13 +27,15 @@ android:layout_height="wrap_content" android:background="@color/bg_bottom_sheet" android:orientation="vertical" - android:paddingBottom="@dimen/standard_padding"> + android:paddingStart="@dimen/standard_padding" + android:paddingEnd="@dimen/standard_padding" + android:paddingBottom="@dimen/standard_half_padding">