From f5e7f079bcb7099cae7aee635a9c049c82edbaca Mon Sep 17 00:00:00 2001 From: gedoor Date: Fri, 4 Sep 2020 21:30:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/res/layout/dialog_read_bg_text.xml | 55 ++++++++++++------- 1 file changed, 34 insertions(+), 21 deletions(-) diff --git a/app/src/main/res/layout/dialog_read_bg_text.xml b/app/src/main/res/layout/dialog_read_bg_text.xml index 09c428860..3064f484e 100644 --- a/app/src/main/res/layout/dialog_read_bg_text.xml +++ b/app/src/main/res/layout/dialog_read_bg_text.xml @@ -27,7 +27,8 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_gravity="center" - android:layout_margin="6dp" + android:layout_marginLeft="6dp" + android:layout_marginRight="6dp" android:layout_weight="1" android:background="?attr/selectableItemBackground" android:singleLine="true" @@ -43,7 +44,8 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_gravity="center" - android:layout_margin="6dp" + android:layout_marginLeft="6dp" + android:layout_marginRight="6dp" android:layout_weight="1" android:background="?attr/selectableItemBackground" android:singleLine="true" @@ -59,7 +61,8 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_gravity="center" - android:layout_margin="6dp" + android:layout_marginLeft="6dp" + android:layout_marginRight="6dp" android:layout_weight="1" android:background="?attr/selectableItemBackground" android:singleLine="true" @@ -69,29 +72,39 @@ android:textSize="14sp" app:isBottomBackground="true" tools:ignore="HardcodedText" /> + + + - + android:paddingLeft="6dp" + android:paddingRight="6dp" + android:text="@string/bg_image" /> - - - - - + \ No newline at end of file