Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
S
scanqrwhitecopy
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
scanqrwhitecopy
Commits
9ce778b8
Commit
9ce778b8
authored
Jan 21, 2025
by
周文华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【调整】调整部分图片显示
parent
4df43261
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
ScreenshotCleanActivity.kt
...java/com/base/scanqrclear/luma/ScreenshotCleanActivity.kt
+1
-1
activity_screenshot_clean.xml
app/src/main/res/layout/activity_screenshot_clean.xml
+1
-1
activity_whatsapp_clean_detail.xml
app/src/main/res/layout/activity_whatsapp_clean_detail.xml
+1
-1
icon_all_photo_off.webp
app/src/main/res/mipmap-xxhdpi/icon_all_photo_off.webp
+0
-0
No files found.
app/src/main/java/com/base/scanqrclear/luma/ScreenshotCleanActivity.kt
View file @
9ce778b8
...
@@ -92,7 +92,7 @@ class ScreenshotCleanActivity : BaseActivity2() {
...
@@ -92,7 +92,7 @@ class ScreenshotCleanActivity : BaseActivity2() {
}
}
private
fun
updateView
(
isSelection
:
Boolean
)
{
private
fun
updateView
(
isSelection
:
Boolean
)
{
binding
.
ivSelectAll
.
setImageResource
(
if
(
isSelectAll
)
R
.
mipmap
.
ic_check_s
else
R
.
mipmap
.
ic
on_all_photo_off
)
binding
.
ivSelectAll
.
setImageResource
(
if
(
isSelectAll
)
R
.
mipmap
.
ic_check_s
else
R
.
mipmap
.
ic
_check_n
)
binding
.
tvDelete
.
setBackgroundResource
(
if
(
isSelection
)
R
.
drawable
.
gradient_26
else
R
.
drawable
.
btn_not_clickable
)
binding
.
tvDelete
.
setBackgroundResource
(
if
(
isSelection
)
R
.
drawable
.
gradient_26
else
R
.
drawable
.
btn_not_clickable
)
val
delete
=
getString
(
R
.
string
.
delete
)
val
delete
=
getString
(
R
.
string
.
delete
)
val
text
=
if
(
total
>
0
)
"${delete} (${Utils.getSize(total)})"
else
delete
val
text
=
if
(
total
>
0
)
"${delete} (${Utils.getSize(total)})"
else
delete
...
...
app/src/main/res/layout/activity_screenshot_clean.xml
View file @
9ce778b8
...
@@ -142,7 +142,7 @@
...
@@ -142,7 +142,7 @@
android:id=
"@+id/iv_select_all"
android:id=
"@+id/iv_select_all"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:src=
"@mipmap/ic
on_all_photo_off
"
/>
android:src=
"@mipmap/ic
_check_n
"
/>
<androidx.appcompat.widget.AppCompatTextView
<androidx.appcompat.widget.AppCompatTextView
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
...
...
app/src/main/res/layout/activity_whatsapp_clean_detail.xml
View file @
9ce778b8
...
@@ -124,7 +124,7 @@
...
@@ -124,7 +124,7 @@
android:id=
"@+id/iv_select_all"
android:id=
"@+id/iv_select_all"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:src=
"@mipmap/ic
on_all_photo_off
"
/>
android:src=
"@mipmap/ic
_check_n
"
/>
<androidx.appcompat.widget.AppCompatTextView
<androidx.appcompat.widget.AppCompatTextView
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
...
...
app/src/main/res/mipmap-xxhdpi/icon_all_photo_off.webp
deleted
100644 → 0
View file @
4df43261
File deleted
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