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 @@ ...@@ -4,7 +4,8 @@
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical"> android:orientation="vertical"
tools:background="@color/black">
<FrameLayout <FrameLayout
android:layout_width="match_parent" android:layout_width="match_parent"
...@@ -85,10 +86,10 @@ ...@@ -85,10 +86,10 @@
<View <View
android:layout_width="240dp" android:layout_width="240dp"
android:layout_height="230dp" android:layout_height="240dp"
android:layout_marginStart="35dp" android:layout_marginStart="35dp"
android:layout_marginTop="25dp" android:layout_marginTop="20dp"
android:background="@color/white" /> android:background="@drawable/shape_circle" />
<com.base.filerecoveryrecyclebin.view.XmlLottieAnimationView <com.base.filerecoveryrecyclebin.view.XmlLottieAnimationView
...@@ -125,28 +126,28 @@ ...@@ -125,28 +126,28 @@
android:textSize="15sp" android:textSize="15sp"
tools:ignore="HardcodedText" /> tools:ignore="HardcodedText" />
</LinearLayout> </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> </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 <TextView
android:id="@+id/tv_btn" android:id="@+id/tv_btn"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:text="clean junk" android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginTop="15dp" android:layout_marginTop="15dp"
android:background="@drawable/bg_4773ff_22"
android:includeFontPadding="false" android:includeFontPadding="false"
android:textSize="16sp" android:paddingHorizontal="24dp"
android:paddingVertical="10dp" android:paddingVertical="12dp"
android:paddingHorizontal="16dp" android:text="clean junk"
android:textColor="@color/black" android:textColor="@color/white"
android:layout_gravity="center_horizontal" android:textSize="19sp" />
android:background="@drawable/bg_ffffff_15"
android:layout_height="wrap_content" />
</LinearLayout> </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