From 6d31cdeb39577ac4c9e0d9526552af93ed19ffa4 Mon Sep 17 00:00:00 2001 From: wangcongtao Date: Tue, 29 Sep 2020 20:48:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9AD=E7=B3=BB=E5=88=97?= =?UTF-8?q?=E7=9B=AE=E7=9A=84=E5=9C=B0=E8=BD=A6=E5=8F=8B=E5=85=A5=E5=8F=A3?= =?UTF-8?q?=E6=8D=A2=E8=A1=8C=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../layout/module_widgets_app_entrance.xml | 72 +++++++++---------- 1 file changed, 35 insertions(+), 37 deletions(-) diff --git a/modules/mogo-module-widgets/src/main/res/layout/module_widgets_app_entrance.xml b/modules/mogo-module-widgets/src/main/res/layout/module_widgets_app_entrance.xml index 372dabf07c..18772c4556 100644 --- a/modules/mogo-module-widgets/src/main/res/layout/module_widgets_app_entrance.xml +++ b/modules/mogo-module-widgets/src/main/res/layout/module_widgets_app_entrance.xml @@ -23,46 +23,44 @@ android:src="@drawable/module_widgets_app_handler_close" /> - + android:layout_height="wrap_content" + android:gravity="center" + android:paddingLeft="@dimen/module_widgets_app_entrance_paddingLeft" + android:paddingTop="@dimen/module_widgets_app_entrance_paddingTop" + android:paddingRight="@dimen/module_widgets_app_entrance_paddingLeft" + android:paddingBottom="@dimen/module_widgets_app_entrance_paddingTop" + android:text="@string/module_widgets_app_entrance_text" + android:textColor="@color/module_widgets_app_entrance_textColor" + android:textSize="@dimen/module_widgets_app_entrance_textSize" + android:textStyle="bold" /> - + - - - - + + \ No newline at end of file