Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
F
File Recovery RecycleBin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wanglei
File Recovery RecycleBin
Commits
cf1ee1e8
Commit
cf1ee1e8
authored
Jul 19, 2024
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
...
parent
82f1e8fe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
HomeFragment.kt
.../com/base/filerecoveryrecyclebin/fragment/HomeFragment.kt
+2
-0
fragment_home_3.xml
app/src/main/res/layout/fragment_home_3.xml
+2
-1
No files found.
app/src/main/java/com/base/filerecoveryrecyclebin/fragment/HomeFragment.kt
View file @
cf1ee1e8
...
@@ -2,6 +2,7 @@ package com.base.filerecoveryrecyclebin.fragment
...
@@ -2,6 +2,7 @@ package com.base.filerecoveryrecyclebin.fragment
import
android.animation.ValueAnimator
import
android.animation.ValueAnimator
import
android.content.Intent
import
android.content.Intent
import
com.base.filerecoveryrecyclebin.R
import
com.base.filerecoveryrecyclebin.activity.SettingActivity
import
com.base.filerecoveryrecyclebin.activity.SettingActivity
import
com.base.filerecoveryrecyclebin.activity.junkclean.ScanJunkActivity
import
com.base.filerecoveryrecyclebin.activity.junkclean.ScanJunkActivity
import
com.base.filerecoveryrecyclebin.activity.photomanager.PhotoManagerActivity
import
com.base.filerecoveryrecyclebin.activity.photomanager.PhotoManagerActivity
...
@@ -24,6 +25,7 @@ class HomeFragment : BaseFragment<FragmentHome3Binding>() {
...
@@ -24,6 +25,7 @@ class HomeFragment : BaseFragment<FragmentHome3Binding>() {
}
}
override
fun
setView
()
{
override
fun
setView
()
{
binding
.
tvTitle
.
text
=
"Dumpster/File Recovery"
binding
.
lottie
.
repeatCount
=
ValueAnimator
.
INFINITE
binding
.
lottie
.
repeatCount
=
ValueAnimator
.
INFINITE
}
}
...
...
app/src/main/res/layout/fragment_home_3.xml
View file @
cf1ee1e8
...
@@ -22,6 +22,7 @@
...
@@ -22,6 +22,7 @@
android:layout_height=
"wrap_content"
>
android:layout_height=
"wrap_content"
>
<TextView
<TextView
android:id=
"@+id/tv_title"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center_vertical|start"
android:layout_gravity=
"center_vertical|start"
...
@@ -372,10 +373,10 @@
...
@@ -372,10 +373,10 @@
</LinearLayout>
</LinearLayout>
<TextView
<TextView
android:layout_marginTop=
"16dp"
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=
"16dp"
android:text=
"File"
android:text=
"File"
android:textColor=
"@color/black"
android:textColor=
"@color/black"
android:textSize=
"19sp"
android:textSize=
"19sp"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment