Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
E
Easy Cleaner Junk
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
Easy Cleaner Junk
Commits
ffaf6131
Commit
ffaf6131
authored
Jul 01, 2024
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
...
parent
6c2d5477
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
9 deletions
+12
-9
AppFunctionAdapter.kt
...m/test/easy/easycleanerjunk/adapter/AppFunctionAdapter.kt
+12
-9
No files found.
app/src/main/java/com/test/easy/easycleanerjunk/adapter/AppFunctionAdapter.kt
View file @
ffaf6131
...
@@ -9,10 +9,14 @@ import androidx.recyclerview.widget.RecyclerView.ViewHolder
...
@@ -9,10 +9,14 @@ import androidx.recyclerview.widget.RecyclerView.ViewHolder
import
com.test.easy.easycleanerjunk.R
import
com.test.easy.easycleanerjunk.R
import
com.test.easy.easycleanerjunk.databinding.ItemResultFunBinding
import
com.test.easy.easycleanerjunk.databinding.ItemResultFunBinding
import
com.test.easy.easycleanerjunk.utils.SPUtils
import
com.test.easy.easycleanerjunk.utils.SPUtils
import
com.test.easy.easycleanerjunk.view.AFunOb.APP_MANAGER
import
com.test.easy.easycleanerjunk.view.AFunOb.BATTERY_INFO
import
com.test.easy.easycleanerjunk.view.AFunOb.JUNK_CLEANER
import
com.test.easy.easycleanerjunk.view.AFunOb.JUNK_CLEANER
import
com.test.easy.easycleanerjunk.view.AFunOb.LARGE_FILE_CLEANER
import
com.test.easy.easycleanerjunk.view.AFunOb.LARGE_FILE_CLEANER
import
com.test.easy.easycleanerjunk.view.AFunOb.PHOTO_COMPRESS
import
com.test.easy.easycleanerjunk.view.AFunOb.PHOTO_COMPRESS
import
com.test.easy.easycleanerjunk.view.AFunOb.SCREENSHOT_CLEANER
import
com.test.easy.easycleanerjunk.view.AFunOb.SIMILAR_PHOTOS
import
com.test.easy.easycleanerjunk.view.AFunOb.SIMILAR_PHOTOS
import
com.test.easy.easycleanerjunk.view.AFunOb.WHATSAPP_CLEANER
import
com.test.easy.easycleanerjunk.view.XmlEx.inflate
import
com.test.easy.easycleanerjunk.view.XmlEx.inflate
import
java.util.Collections
import
java.util.Collections
...
@@ -20,15 +24,14 @@ class AppFunctionAdapter(val click: (name: String) -> Unit) :
...
@@ -20,15 +24,14 @@ class AppFunctionAdapter(val click: (name: String) -> Unit) :
RecyclerView
.
Adapter
<
AppFunctionAdapter
.
JJJ
>()
{
RecyclerView
.
Adapter
<
AppFunctionAdapter
.
JJJ
>()
{
val
list
=
arrayListOf
(
val
list
=
arrayListOf
(
Fun
(
JUNK_CLEANER
,
R
.
mipmap
.
t_cleanjunk
,
"Clean junk regularly to free up space"
,
"Clean Up"
),
Fun
(
JUNK_CLEANER
,
R
.
mipmap
.
h_cleanjunk
,
"Clean junk regularly to free up space"
,
"Clean Up"
),
Fun
(
PHOTO_COMPRESS
,
R
.
mipmap
.
t_photo
,
"Compress photos to save space"
,
"Compress"
),
Fun
(
WHATSAPP_CLEANER
,
R
.
mipmap
.
h_whatsapp
,
""
,
"Clean Up"
),
Fun
(
LARGE_FILE_CLEANER
,
R
.
mipmap
.
t_large
,
"Clean large files to free up storage space"
,
"Clean Up"
),
Fun
(
BATTERY_INFO
,
R
.
mipmap
.
h_battery
,
""
,
"Clean Up"
),
Fun
(
Fun
(
LARGE_FILE_CLEANER
,
R
.
mipmap
.
h_large
,
"Clean large files to free up storage space"
,
"Clean Up"
),
SIMILAR_PHOTOS
,
Fun
(
PHOTO_COMPRESS
,
R
.
mipmap
.
h_photo
,
"Compress photos to save space"
,
"Compress"
),
R
.
mipmap
.
t_similar
,
Fun
(
APP_MANAGER
,
R
.
mipmap
.
h_appmanager
,
""
,
"Clean Up"
),
"Check similar photos to release more space"
,
Fun
(
SIMILAR_PHOTOS
,
R
.
mipmap
.
h_similar
,
"Check similar photos to release more space"
,
"Clean Up"
),
"Clean Up"
Fun
(
SCREENSHOT_CLEANER
,
R
.
mipmap
.
h_screenshot
,
""
,
"Clean Up"
),
),
)
)
//修改顺序
//修改顺序
...
...
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