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