Commit f9de667e authored by wanglei's avatar wanglei

...

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