Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
A
appzxhy
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
appzxhy
Commits
94b6e416
Commit
94b6e416
authored
Jun 17, 2025
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[拆包]大文件功能ui
parent
1942da07
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
9 deletions
+9
-9
LargeFileCleanActivity.kt
...a/com/base/appzxhy/ui/largefile/LargeFileCleanActivity.kt
+4
-4
icon_app_large.png
app/src/main/res/drawable-xxhdpi/icon_app_large.png
+0
-0
icon_wenjianx_large.png
app/src/main/res/drawable-xxhdpi/icon_wenjianx_large.png
+0
-0
icon_yingyong_large.png
app/src/main/res/drawable-xxhdpi/icon_yingyong_large.png
+0
-0
icon_yinping_large.png
app/src/main/res/drawable-xxhdpi/icon_yinping_large.png
+0
-0
bg_enable_no_50.xml
app/src/main/res/drawable/bg_enable_no_50.xml
+3
-3
activity_large_file_clean.xml
app/src/main/res/layout/activity_large_file_clean.xml
+1
-1
colors.xml
app/src/main/res/values/colors.xml
+1
-1
No files found.
app/src/main/java/com/base/appzxhy/ui/largefile/LargeFileCleanActivity.kt
View file @
94b6e416
...
...
@@ -102,13 +102,13 @@ class LargeFileCleanActivity : BaseActivity<ActivityLargeFileCleanBinding>(Activ
.
apply
(
options
)
.
into
(
holder
.
binding
.
ivIcon
)
}
else
if
(
MineTypeUtils
.
isAudio
(
item
.
mineType
))
{
holder
.
binding
.
ivIcon
.
setImageResource
(
R
.
drawable
.
icon_yinping
)
holder
.
binding
.
ivIcon
.
setImageResource
(
R
.
drawable
.
icon_yinping
_large
)
}
else
if
(
MineTypeUtils
.
isApk
(
item
.
mineType
))
{
holder
.
binding
.
ivIcon
.
setImageResource
(
R
.
drawable
.
icon_app_
file_cleaner
)
holder
.
binding
.
ivIcon
.
setImageResource
(
R
.
drawable
.
icon_app_
large
)
}
else
if
(
MineTypeUtils
.
isDoc
(
item
.
mineType
))
{
holder
.
binding
.
ivIcon
.
setImageResource
(
R
.
drawable
.
icon_wenjianx
)
holder
.
binding
.
ivIcon
.
setImageResource
(
R
.
drawable
.
icon_wenjianx
_large
)
}
else
{
holder
.
binding
.
ivIcon
.
setImageResource
(
R
.
drawable
.
icon_
qita_file_cleaner
)
holder
.
binding
.
ivIcon
.
setImageResource
(
R
.
drawable
.
icon_
yingyong_large
)
}
holder
.
binding
.
tvName
.
text
=
item
.
name
...
...
app/src/main/res/drawable-xxhdpi/icon_app_large.png
0 → 100644
View file @
94b6e416
4.05 KB
app/src/main/res/drawable-xxhdpi/icon_wenjianx_large.png
0 → 100644
View file @
94b6e416
2.82 KB
app/src/main/res/drawable-xxhdpi/icon_yingyong_large.png
0 → 100644
View file @
94b6e416
3.26 KB
app/src/main/res/drawable-xxhdpi/icon_yinping_large.png
0 → 100644
View file @
94b6e416
3.57 KB
app/src/main/res/drawable/bg_enable_no_50.xml
View file @
94b6e416
...
...
@@ -2,9 +2,9 @@
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<solid
android:color=
"@color/colorDisEnable"
/>
<stroke
android:width=
"@dimen/dp_1"
android:color=
"#2DD29E"
/
>
<!-- <stroke-->
<!-- android:width="@dimen/dp_1"-->
<!-- android:color="#2DD29E" />--
>
<corners
android:radius=
"50dp"
/>
</shape>
\ No newline at end of file
app/src/main/res/layout/activity_large_file_clean.xml
View file @
94b6e416
...
...
@@ -204,7 +204,7 @@
android:paddingBottom=
"12dp"
android:text=
"@string/delete"
android:textAlignment=
"center"
android:textColor=
"
#2DD29E
"
android:textColor=
"
@color/black
"
android:textSize=
"18sp"
android:textStyle=
"bold"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
...
...
app/src/main/res/values/colors.xml
View file @
94b6e416
...
...
@@ -4,7 +4,7 @@
<color
name=
"white"
>
#FFFFFFFF
</color>
<color
name=
"transparent"
>
#00000000
</color>
<color
name=
"colorPrimary"
>
#0456ed
</color>
<color
name=
"colorDisEnable"
>
#F0F
F
FA
</color>
<color
name=
"colorDisEnable"
>
#F0F
3
FA
</color>
<color
name=
"color_66000000"
>
#66000000
</color>
<color
name=
"color_00fac8"
>
#00FAC8
</color>
...
...
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