Commit cf1ee1e8 authored by wanglei's avatar wanglei

...

parent 82f1e8fe
......@@ -2,6 +2,7 @@ package com.base.filerecoveryrecyclebin.fragment
import android.animation.ValueAnimator
import android.content.Intent
import com.base.filerecoveryrecyclebin.R
import com.base.filerecoveryrecyclebin.activity.SettingActivity
import com.base.filerecoveryrecyclebin.activity.junkclean.ScanJunkActivity
import com.base.filerecoveryrecyclebin.activity.photomanager.PhotoManagerActivity
......@@ -24,6 +25,7 @@ class HomeFragment : BaseFragment<FragmentHome3Binding>() {
}
override fun setView() {
binding.tvTitle.text = "Dumpster/File Recovery"
binding.lottie.repeatCount = ValueAnimator.INFINITE
}
......
......@@ -22,6 +22,7 @@
android:layout_height="wrap_content">
<TextView
android:id="@+id/tv_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical|start"
......@@ -372,10 +373,10 @@
</LinearLayout>
<TextView
android:layout_marginTop="16dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="15dp"
android:layout_marginTop="16dp"
android:text="File"
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