From c263e4c160598fe1db277324281c3151cf0caf1b Mon Sep 17 00:00:00 2001 From: HuanYiWen <35919502@qq.com> Date: Tue, 11 Aug 2020 19:24:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=BE=B9=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- toastdialog/src/main/res/layout/toast_dialog_action.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/toastdialog/src/main/res/layout/toast_dialog_action.xml b/toastdialog/src/main/res/layout/toast_dialog_action.xml index ceb52ad..a5b3411 100644 --- a/toastdialog/src/main/res/layout/toast_dialog_action.xml +++ b/toastdialog/src/main/res/layout/toast_dialog_action.xml @@ -3,6 +3,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingBottom="8dp" + android:layout_marginStart="32dp" + android:layout_marginEnd="32dp" android:paddingTop="8dp" android:background="@drawable/bg_toast_dialog_action">