From c26a341645031e83738a7c6bd9a8028b8c5708c8 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 11 Jun 2021 12:40:15 +0200 Subject: [PATCH] Fix small regression on margin --- .../layout/view_attachment_type_selector.xml | 265 +++++++++--------- 1 file changed, 135 insertions(+), 130 deletions(-) diff --git a/vector/src/main/res/layout/view_attachment_type_selector.xml b/vector/src/main/res/layout/view_attachment_type_selector.xml index 4d54d2980a..648ca91820 100644 --- a/vector/src/main/res/layout/view_attachment_type_selector.xml +++ b/vector/src/main/res/layout/view_attachment_type_selector.xml @@ -1,162 +1,167 @@ - + android:paddingStart="8dp" + android:paddingEnd="8dp"> + android:layout_height="wrap_content" + android:background="@drawable/bg_attachment_type_selector" + android:orientation="vertical" + android:paddingTop="16dp" + android:paddingBottom="16dp" + tools:ignore="UselessParent"> + android:layout_height="match_parent" + android:layout_margin="16dp" + android:baselineAligned="false" + android:orientation="horizontal" + android:weightSum="3"> - + - + + + + + + + + + + + + + + + + + + + + + + + - + android:layout_height="match_parent" + android:layout_margin="16dp" + android:baselineAligned="false" + android:orientation="horizontal" + android:weightSum="3"> - + - + - + + + - + - + - + - - - - - - - - - - - - - + - + - + - - - - - - - - - - + + - - +