Commit 13ab945d authored by 周文华's avatar 周文华

【调整】调整引导弹窗dialog样式

parent 184f554d
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="@color/white"/>
</shape>
\ No newline at end of file
......@@ -4,7 +4,8 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
android:orientation="vertical"
tools:background="@color/black">
<FrameLayout
android:layout_width="match_parent"
......@@ -85,10 +86,10 @@
<View
android:layout_width="240dp"
android:layout_height="230dp"
android:layout_height="240dp"
android:layout_marginStart="35dp"
android:layout_marginTop="25dp"
android:background="@color/white" />
android:layout_marginTop="20dp"
android:background="@drawable/shape_circle" />
<com.base.filerecoveryrecyclebin.view.XmlLottieAnimationView
......@@ -125,28 +126,28 @@
android:textSize="15sp"
tools:ignore="HardcodedText" />
</LinearLayout>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|center_horizontal"
android:text="Click the button to clean the phone"
android:textColor="@color/white"
android:textSize="16sp"
android:textStyle="bold" />
</FrameLayout>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:includeFontPadding="false"
android:text="Click the button to clean the phone"
android:textColor="@color/white"
android:textSize="16sp" />
<TextView
android:id="@+id/tv_btn"
android:layout_width="wrap_content"
android:text="clean junk"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginTop="15dp"
android:background="@drawable/bg_4773ff_22"
android:includeFontPadding="false"
android:textSize="16sp"
android:paddingVertical="10dp"
android:paddingHorizontal="16dp"
android:textColor="@color/black"
android:layout_gravity="center_horizontal"
android:background="@drawable/bg_ffffff_15"
android:layout_height="wrap_content" />
android:paddingHorizontal="24dp"
android:paddingVertical="12dp"
android:text="clean junk"
android:textColor="@color/white"
android:textSize="19sp" />
</LinearLayout>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment