From 58905c14a85563249efdfdba1031869e8b583b79 Mon Sep 17 00:00:00 2001 From: juntao Date: Wed, 25 Nov 2020 16:24:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E9=9A=90=E7=A7=81=E5=BC=B9?= =?UTF-8?q?=E7=AA=971124UI=E8=B0=83=E6=95=B4=20https://gitlab.ghzs.com/pm/?= =?UTF-8?q?halo-app-issues/-/issues/1064?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/res/layout/dialog_privacy_policy.xml | 252 +++++++++--------- 1 file changed, 133 insertions(+), 119 deletions(-) diff --git a/app/src/main/res/layout/dialog_privacy_policy.xml b/app/src/main/res/layout/dialog_privacy_policy.xml index e212b1b6b2..1855dc3dea 100644 --- a/app/src/main/res/layout/dialog_privacy_policy.xml +++ b/app/src/main/res/layout/dialog_privacy_policy.xml @@ -1,140 +1,154 @@ - + app:cardBackgroundColor="@color/white" + app:cardCornerRadius="8dp" + app:cardElevation="0dp"> - + android:layout_height="match_parent" + android:background="@drawable/dialog_privacy_background"> - + - + - + - - - + android:layout_marginLeft="16dp" + android:layout_marginTop="28dp" + android:layout_marginRight="16dp" + android:includeFontPadding="false" + android:lineSpacingExtra="8dp" + android:textColor="@color/text_333333" + android:textSize="13sp" + app:layout_constraintLeft_toLeftOf="parent" + app:layout_constraintRight_toRightOf="parent" + app:layout_constraintTop_toBottomOf="@id/title" + app:layout_goneMarginTop="16dp" + tools:text="为提供完整的" /> - + - + android:orientation="vertical"> - - + - + - + + - + - \ No newline at end of file + + + + + + + \ No newline at end of file