Commit f9de667e authored by wanglei's avatar wanglei

...

parent 0d49db5e
...@@ -69,15 +69,17 @@ ...@@ -69,15 +69,17 @@
<FrameLayout <FrameLayout
android:layout_marginTop="-20dp"
android:id="@+id/fl_scan" android:id="@+id/fl_scan"
android:layout_width="260dp" android:layout_width="280dp"
android:layout_height="260dp" android:layout_height="280dp"
android:layout_gravity="center_horizontal"> android:layout_gravity="center_horizontal">
<com.base.filerecoveryrecyclebin.view.XmlLottieAnimationView <com.base.filerecoveryrecyclebin.view.XmlLottieAnimationView
android:id="@+id/lottie" android:id="@+id/lottie"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:adjustViewBounds="true"
app:lottie_autoPlay="true" app:lottie_autoPlay="true"
app:lottie_rawRes="@raw/memosj" /> app:lottie_rawRes="@raw/memosj" />
...@@ -93,7 +95,7 @@ ...@@ -93,7 +95,7 @@
android:layout_gravity="center_horizontal" android:layout_gravity="center_horizontal"
android:text="Clean" android:text="Clean"
android:textColor="@color/white" android:textColor="@color/white"
android:textSize="20sp" android:textSize="30sp"
android:textStyle="bold" android:textStyle="bold"
tools:ignore="HardcodedText" /> tools:ignore="HardcodedText" />
...@@ -104,6 +106,7 @@ ...@@ -104,6 +106,7 @@
android:layout_marginTop="10dp" android:layout_marginTop="10dp"
android:text="Junk File" android:text="Junk File"
android:textColor="@color/white" android:textColor="@color/white"
android:textSize="15sp"
tools:ignore="HardcodedText" /> tools:ignore="HardcodedText" />
</LinearLayout> </LinearLayout>
...@@ -127,7 +130,7 @@ ...@@ -127,7 +130,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginStart="15dp" android:layout_marginStart="15dp"
android:layout_marginTop="-15dp" android:layout_marginTop="-25dp"
android:text="Recovery" android:text="Recovery"
android:textColor="@color/black" android:textColor="@color/black"
android:textSize="19sp" android:textSize="19sp"
......
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