From 12278dad3463fa5890ef14c0eca79e7dab1f9269 Mon Sep 17 00:00:00 2001 From: kunfei Date: Sat, 18 Apr 2020 22:45:52 +0800 Subject: [PATCH] feat: tipConfig --- app/src/main/res/layout/dialog_tip_config.xml | 78 +++++++------------ 1 file changed, 28 insertions(+), 50 deletions(-) diff --git a/app/src/main/res/layout/dialog_tip_config.xml b/app/src/main/res/layout/dialog_tip_config.xml index 197b2f633..f17910c20 100644 --- a/app/src/main/res/layout/dialog_tip_config.xml +++ b/app/src/main/res/layout/dialog_tip_config.xml @@ -15,56 +15,45 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" - android:paddingLeft="16dp" + android:paddingLeft="12dp" + android:gravity="center_vertical" tools:ignore="RtlHardcoded,RtlSymmetry"> - - - - + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" /> - - - - + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" /> + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" /> @@ -77,56 +66,45 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" - android:paddingLeft="16dp" + android:paddingLeft="12dp" + android:gravity="center_vertical" tools:ignore="RtlHardcoded,RtlSymmetry"> - - - - + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" /> - - - - + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" /> + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" />