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
5822b199
Commit
5822b199
authored
Jan 21, 2025
by
周文华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【调整】调整部分UI样式
parent
ee2ef024
Show whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
139 additions
and
114 deletions
+139
-114
home_pet.json
app/src/main/assets/home_pet.json
+0
-0
img_0.webp
app/src/main/assets/screenshot/scan/images/img_0.webp
+0
-0
NotificationUiUtil.kt
...m/base/scanqrclear/fcm/notification/NotificationUiUtil.kt
+3
-3
AppProcessActivity.kt
...main/java/com/base/scanqrclear/luma/AppProcessActivity.kt
+3
-1
CleanJunkActivity.kt
.../main/java/com/base/scanqrclear/luma/CleanJunkActivity.kt
+1
-1
CleanResultActivity.kt
...ain/java/com/base/scanqrclear/luma/CleanResultActivity.kt
+5
-5
activity_app_process.xml
app/src/main/res/layout/activity_app_process.xml
+12
-15
activity_clean_junk.xml
app/src/main/res/layout/activity_clean_junk.xml
+40
-28
activity_clean_result.xml
app/src/main/res/layout/activity_clean_result.xml
+17
-18
dialog_exit.xml
app/src/main/res/layout/dialog_exit.xml
+1
-1
fragment_home.xml
app/src/main/res/layout/fragment_home.xml
+28
-18
item_child_clean_junk.xml
app/src/main/res/layout/item_child_clean_junk.xml
+6
-4
item_function_2.xml
app/src/main/res/layout/item_function_2.xml
+2
-1
item_group_clean_junk.xml
app/src/main/res/layout/item_group_clean_junk.xml
+21
-19
icon_screenshot_1.webp
app/src/main/res/mipmap-xhdpi/icon_screenshot_1.webp
+0
-0
icon_junk_scan1.webp
app/src/main/res/mipmap-xxhdpi/icon_junk_scan1.webp
+0
-0
icon_screenshot_1.webp
app/src/main/res/mipmap-xxhdpi/icon_screenshot_1.webp
+0
-0
icon_similar_1.webp
app/src/main/res/mipmap-xxhdpi/icon_similar_1.webp
+0
-0
icon_whatsapp_1.webp
app/src/main/res/mipmap-xxhdpi/icon_whatsapp_1.webp
+0
-0
No files found.
app/src/main/assets/home_
bottom
.json
→
app/src/main/assets/home_
pet
.json
View file @
5822b199
File moved
app/src/main/assets/screenshot/scan/images/img_0.webp
View file @
5822b199
No preview for this file type
app/src/main/java/com/base/scanqrclear/fcm/notification/NotificationUiUtil.kt
View file @
5822b199
...
@@ -120,7 +120,7 @@ object NotificationUiUtil {
...
@@ -120,7 +120,7 @@ object NotificationUiUtil {
smallRemoteViews
.
setTextViewText
(
R
.
id
.
tv_content
,
MyApplication
.
appContext
.
getString
(
R
.
string
.
clean_junk_pop
))
smallRemoteViews
.
setTextViewText
(
R
.
id
.
tv_content
,
MyApplication
.
appContext
.
getString
(
R
.
string
.
clean_junk_pop
))
val
bigRemoteViews
=
RemoteViews
(
MyApplication
.
appContext
.
packageName
,
R
.
layout
.
notification_common_large
)
val
bigRemoteViews
=
RemoteViews
(
MyApplication
.
appContext
.
packageName
,
R
.
layout
.
notification_common_large
)
bigRemoteViews
.
setTextViewText
(
R
.
id
.
tv_content
,
MyApplication
.
appContext
.
getString
(
R
.
string
.
clean_junk_pop
))
bigRemoteViews
.
setTextViewText
(
R
.
id
.
tv_content
,
MyApplication
.
appContext
.
getString
(
R
.
string
.
clean_junk_pop
))
bigRemoteViews
.
setImageViewResource
(
R
.
id
.
iv_image
,
R
.
mipmap
.
icon_junk_scan
1
)
bigRemoteViews
.
setImageViewResource
(
R
.
id
.
iv_image
,
R
.
mipmap
.
icon_junk_scan
)
sendBean
.
bigRemoteViews
=
bigRemoteViews
sendBean
.
bigRemoteViews
=
bigRemoteViews
sendBean
.
smallRemoteViews
=
smallRemoteViews
sendBean
.
smallRemoteViews
=
smallRemoteViews
...
@@ -131,7 +131,7 @@ object NotificationUiUtil {
...
@@ -131,7 +131,7 @@ object NotificationUiUtil {
smallRemoteViews
.
setTextViewText
(
R
.
id
.
tv_content
,
MyApplication
.
appContext
.
getString
(
R
.
string
.
app_process_pop
))
smallRemoteViews
.
setTextViewText
(
R
.
id
.
tv_content
,
MyApplication
.
appContext
.
getString
(
R
.
string
.
app_process_pop
))
val
bigRemoteViews
=
RemoteViews
(
MyApplication
.
appContext
.
packageName
,
R
.
layout
.
notification_common_large
)
val
bigRemoteViews
=
RemoteViews
(
MyApplication
.
appContext
.
packageName
,
R
.
layout
.
notification_common_large
)
bigRemoteViews
.
setTextViewText
(
R
.
id
.
tv_content
,
MyApplication
.
appContext
.
getString
(
R
.
string
.
app_process_pop
))
bigRemoteViews
.
setTextViewText
(
R
.
id
.
tv_content
,
MyApplication
.
appContext
.
getString
(
R
.
string
.
app_process_pop
))
bigRemoteViews
.
setImageViewResource
(
R
.
id
.
iv_image
,
R
.
mipmap
.
icon_app_
process_1
)
bigRemoteViews
.
setImageViewResource
(
R
.
id
.
iv_image
,
R
.
mipmap
.
icon_app_
t
)
sendBean
.
bigRemoteViews
=
bigRemoteViews
sendBean
.
bigRemoteViews
=
bigRemoteViews
sendBean
.
smallRemoteViews
=
smallRemoteViews
sendBean
.
smallRemoteViews
=
smallRemoteViews
...
@@ -142,7 +142,7 @@ object NotificationUiUtil {
...
@@ -142,7 +142,7 @@ object NotificationUiUtil {
smallRemoteViews
.
setTextViewText
(
R
.
id
.
tv_content
,
MyApplication
.
appContext
.
getString
(
R
.
string
.
whatsapp_pop
))
smallRemoteViews
.
setTextViewText
(
R
.
id
.
tv_content
,
MyApplication
.
appContext
.
getString
(
R
.
string
.
whatsapp_pop
))
val
bigRemoteViews
=
RemoteViews
(
MyApplication
.
appContext
.
packageName
,
R
.
layout
.
notification_common_large
)
val
bigRemoteViews
=
RemoteViews
(
MyApplication
.
appContext
.
packageName
,
R
.
layout
.
notification_common_large
)
bigRemoteViews
.
setTextViewText
(
R
.
id
.
tv_content
,
MyApplication
.
appContext
.
getString
(
R
.
string
.
whatsapp_pop
))
bigRemoteViews
.
setTextViewText
(
R
.
id
.
tv_content
,
MyApplication
.
appContext
.
getString
(
R
.
string
.
whatsapp_pop
))
bigRemoteViews
.
setImageViewResource
(
R
.
id
.
iv_image
,
R
.
mipmap
.
icon_whatsapp_
1
)
bigRemoteViews
.
setImageViewResource
(
R
.
id
.
iv_image
,
R
.
mipmap
.
icon_whatsapp_
clean_t
)
sendBean
.
bigRemoteViews
=
bigRemoteViews
sendBean
.
bigRemoteViews
=
bigRemoteViews
sendBean
.
smallRemoteViews
=
smallRemoteViews
sendBean
.
smallRemoteViews
=
smallRemoteViews
...
...
app/src/main/java/com/base/scanqrclear/luma/AppProcessActivity.kt
View file @
5822b199
...
@@ -16,6 +16,7 @@ import androidx.recyclerview.widget.LinearLayoutManager
...
@@ -16,6 +16,7 @@ import androidx.recyclerview.widget.LinearLayoutManager
import
com.base.scanqrclear.R
import
com.base.scanqrclear.R
import
com.base.scanqrclear.databinding.ActivityAppProcessBinding
import
com.base.scanqrclear.databinding.ActivityAppProcessBinding
import
com.base.scanqrclear.luma.DialogHelps.showExitDialog
import
com.base.scanqrclear.luma.DialogHelps.showExitDialog
import
com.base.scanqrclear.luma.StatusBarHelps.immersiveStatusBar
import
com.base.scanqrclear.utils.AnimationHelps
import
com.base.scanqrclear.utils.AnimationHelps
import
kotlinx.coroutines.Dispatchers
import
kotlinx.coroutines.Dispatchers
import
kotlinx.coroutines.launch
import
kotlinx.coroutines.launch
...
@@ -30,7 +31,7 @@ class AppProcessActivity : BaseActivity2() {
...
@@ -30,7 +31,7 @@ class AppProcessActivity : BaseActivity2() {
}
}
}
}
private
val
binding
by
lazy
{
private
val
binding
by
lazy
(
LazyThreadSafetyMode
.
NONE
)
{
ActivityAppProcessBinding
.
inflate
(
layoutInflater
)
ActivityAppProcessBinding
.
inflate
(
layoutInflater
)
}
}
...
@@ -43,6 +44,7 @@ class AppProcessActivity : BaseActivity2() {
...
@@ -43,6 +44,7 @@ class AppProcessActivity : BaseActivity2() {
initData
()
initData
()
showAnimationAd
(
LottieType
.
APP_PROCESS
)
{
showAnimationAd
(
LottieType
.
APP_PROCESS
)
{
AnimationHelps
.
progress
(
binding
.
pbProcess
,
end
=
binding
.
pbProcess
.
progress
)
AnimationHelps
.
progress
(
binding
.
pbProcess
,
end
=
binding
.
pbProcess
.
progress
)
immersiveStatusBar
(
this
,
getColor
(
R
.
color
.
white
),
true
)
}
}
onBackPressedDispatcher
.
addCallback
{
onBackPressedDispatcher
.
addCallback
{
val
title
=
getString
(
R
.
string
.
exit_app_process
)
val
title
=
getString
(
R
.
string
.
exit_app_process
)
...
...
app/src/main/java/com/base/scanqrclear/luma/CleanJunkActivity.kt
View file @
5822b199
...
@@ -32,7 +32,7 @@ class CleanJunkActivity : BaseActivity2() {
...
@@ -32,7 +32,7 @@ class CleanJunkActivity : BaseActivity2() {
}
}
}
}
private
val
binding
by
lazy
{
private
val
binding
by
lazy
(
LazyThreadSafetyMode
.
NONE
)
{
ActivityCleanJunkBinding
.
inflate
(
layoutInflater
)
ActivityCleanJunkBinding
.
inflate
(
layoutInflater
)
}
}
...
...
app/src/main/java/com/base/scanqrclear/luma/CleanResultActivity.kt
View file @
5822b199
...
@@ -20,7 +20,7 @@ class CleanResultActivity : BaseActivity2() {
...
@@ -20,7 +20,7 @@ class CleanResultActivity : BaseActivity2() {
}
}
}
}
private
val
binding
by
lazy
{
private
val
binding
by
lazy
(
LazyThreadSafetyMode
.
NONE
)
{
ActivityCleanResultBinding
.
inflate
(
layoutInflater
)
ActivityCleanResultBinding
.
inflate
(
layoutInflater
)
}
}
...
@@ -57,15 +57,15 @@ class CleanResultActivity : BaseActivity2() {
...
@@ -57,15 +57,15 @@ class CleanResultActivity : BaseActivity2() {
private
fun
getData
():
List
<
FunctionBean
>
{
private
fun
getData
():
List
<
FunctionBean
>
{
val
list
=
mutableListOf
<
FunctionBean
>().
apply
{
val
list
=
mutableListOf
<
FunctionBean
>().
apply
{
add
(
FunctionBean
(
R
.
mipmap
.
icon_junk_scan
1
,
R
.
string
.
junk_scan
,
R
.
string
.
result_clean_junk
,
text
=
R
.
string
.
clean_now
))
add
(
FunctionBean
(
R
.
mipmap
.
icon_junk_scan
,
R
.
string
.
junk_scan
,
R
.
string
.
result_clean_junk
,
text
=
R
.
string
.
clean_now
))
// add(FunctionBean(R.mipmap.icon_battery_1, R.string.battery_info, R.string.result_battery_info, text = R.string.view))
// add(FunctionBean(R.mipmap.icon_battery_1, R.string.battery_info, R.string.result_battery_info, text = R.string.view))
add
(
FunctionBean
(
R
.
mipmap
.
icon_app_
process_1
,
R
.
string
.
app_process
,
R
.
string
.
result_app_processes
,
text
=
R
.
string
.
view
))
add
(
FunctionBean
(
R
.
mipmap
.
icon_app_
t
,
R
.
string
.
app_process
,
R
.
string
.
result_app_processes
,
text
=
R
.
string
.
view
))
// add(FunctionBean(R.mipmap.icon_large_1, R.string.large_files, R.string.result_large_file, text = R.string.clean_now))
// add(FunctionBean(R.mipmap.icon_large_1, R.string.large_files, R.string.result_large_file, text = R.string.clean_now))
// add(FunctionBean(R.mipmap.icon_image, R.string.image_compressor, R.string.result_photo_compression, text = R.string.compress))
// add(FunctionBean(R.mipmap.icon_image, R.string.image_compressor, R.string.result_photo_compression, text = R.string.compress))
add
(
FunctionBean
(
R
.
mipmap
.
icon_screenshot_1
,
R
.
string
.
screenshot_clean
,
R
.
string
.
result_screenshot_clean
,
text
=
R
.
string
.
clean_now
))
add
(
FunctionBean
(
R
.
mipmap
.
icon_screenshot_1
,
R
.
string
.
screenshot_clean
,
R
.
string
.
result_screenshot_clean
,
text
=
R
.
string
.
clean_now
))
add
(
FunctionBean
(
R
.
mipmap
.
icon_similar
_1
,
R
.
string
.
similar_photos
,
R
.
string
.
result_similar_photos
,
text
=
R
.
string
.
clean_now
))
add
(
FunctionBean
(
R
.
mipmap
.
icon_similar
,
R
.
string
.
similar_photos
,
R
.
string
.
result_similar_photos
,
text
=
R
.
string
.
clean_now
))
// add(FunctionBean(R.mipmap.icon_app_1, R.string.app_manager, R.string.result_app_manager, text = R.string.view))
// add(FunctionBean(R.mipmap.icon_app_1, R.string.app_manager, R.string.result_app_manager, text = R.string.view))
add
(
FunctionBean
(
R
.
mipmap
.
icon_whatsapp_
1
,
R
.
string
.
whatsapp_clean
,
R
.
string
.
result_whatsapp_clean
,
text
=
R
.
string
.
clean_now
))
add
(
FunctionBean
(
R
.
mipmap
.
icon_whatsapp_
clean_t
,
R
.
string
.
whatsapp_clean
,
R
.
string
.
result_whatsapp_clean
,
text
=
R
.
string
.
clean_now
))
}
}
val
filteredList
=
list
.
filter
{
getString
(
it
.
name
)
!=
titleName
}
val
filteredList
=
list
.
filter
{
getString
(
it
.
name
)
!=
titleName
}
...
...
app/src/main/res/layout/activity_app_process.xml
View file @
5822b199
...
@@ -3,13 +3,13 @@
...
@@ -3,13 +3,13 @@
xmlns:app=
"http://schemas.android.com/apk/res-auto"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
android:background=
"@color/color_f7fafa"
>
xmlns:tools=
"http://schemas.android.com/tools"
android:background=
"@color/white"
>
<androidx.constraintlayout.widget.ConstraintLayout
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/cl_top"
android:id=
"@+id/cl_top"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:background=
"@drawable/gradient_background"
app:layout_constraintTop_toTopOf=
"parent"
>
app:layout_constraintTop_toTopOf=
"parent"
>
<androidx.appcompat.widget.LinearLayoutCompat
<androidx.appcompat.widget.LinearLayoutCompat
...
@@ -32,6 +32,7 @@
...
@@ -32,6 +32,7 @@
<androidx.appcompat.widget.AppCompatImageView
<androidx.appcompat.widget.AppCompatImageView
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:tint=
"@color/black"
android:src=
"@mipmap/icon_return_bar_nor"
/>
android:src=
"@mipmap/icon_return_bar_nor"
/>
</FrameLayout>
</FrameLayout>
...
@@ -39,7 +40,7 @@
...
@@ -39,7 +40,7 @@
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"@string/app_process"
android:text=
"@string/app_process"
android:textColor=
"@color/
white
"
android:textColor=
"@color/
black
"
android:textSize=
"20sp"
android:textSize=
"20sp"
android:textStyle=
"bold"
android:textStyle=
"bold"
app:layout_constraintTop_toTopOf=
"@id/fl_back"
app:layout_constraintTop_toTopOf=
"@id/fl_back"
...
@@ -53,7 +54,7 @@
...
@@ -53,7 +54,7 @@
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"24dp"
android:layout_marginTop=
"24dp"
android:text=
"@string/already_occupied"
android:text=
"@string/already_occupied"
android:textColor=
"@color/
white
"
android:textColor=
"@color/
black
"
android:textSize=
"16sp"
android:textSize=
"16sp"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
...
@@ -64,8 +65,8 @@
...
@@ -64,8 +65,8 @@
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"4dp"
android:layout_marginTop=
"4dp"
android:text=
"58.6
%"
tools:text=
"22
%"
android:textColor=
"@color/
white
"
android:textColor=
"@color/
black
"
android:textSize=
"32sp"
android:textSize=
"32sp"
android:textStyle=
"bold"
android:textStyle=
"bold"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
...
@@ -103,15 +104,11 @@
...
@@ -103,15 +104,11 @@
<androidx.constraintlayout.widget.ConstraintLayout
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"0dp"
android:layout_height=
"0dp"
android:layout_marginTop=
"24dp"
android:layout_marginBottom=
"16dp"
android:layout_marginBottom=
"16dp"
android:layout_marginStart=
"1
5
dp"
android:layout_marginStart=
"1
6
dp"
android:layout_marginEnd=
"1
5
dp"
android:layout_marginEnd=
"1
6
dp"
android:paddingTop=
"
20
dp"
android:paddingTop=
"
18
dp"
android:paddingBottom=
"14dp"
android:paddingBottom=
"14dp"
android:paddingStart=
"16dp"
android:paddingEnd=
"16dp"
android:background=
"@drawable/white_background"
app:layout_constraintBottom_toTopOf=
"@id/ll_bottom"
app:layout_constraintBottom_toTopOf=
"@id/ll_bottom"
app:layout_constraintTop_toBottomOf=
"@id/cl_top"
>
app:layout_constraintTop_toBottomOf=
"@id/cl_top"
>
...
@@ -138,7 +135,7 @@
...
@@ -138,7 +135,7 @@
android:id=
"@+id/tv_process_size"
android:id=
"@+id/tv_process_size"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"121
"
tools:text=
"999
"
android:textColor=
"@color/colorPrimary"
android:textColor=
"@color/colorPrimary"
android:textSize=
"14sp"
android:textSize=
"14sp"
android:textStyle=
"bold"
/>
android:textStyle=
"bold"
/>
...
@@ -154,7 +151,7 @@
...
@@ -154,7 +151,7 @@
android:id=
"@+id/tv_total_size"
android:id=
"@+id/tv_total_size"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"127
"
tools:text=
"999
"
android:textColor=
"@color/color_181b1f"
android:textColor=
"@color/color_181b1f"
android:textSize=
"14sp"
android:textSize=
"14sp"
android:textStyle=
"bold"
/>
android:textStyle=
"bold"
/>
...
...
app/src/main/res/layout/activity_clean_junk.xml
View file @
5822b199
...
@@ -16,24 +16,22 @@
...
@@ -16,24 +16,22 @@
android:id=
"@+id/ll_title"
android:id=
"@+id/ll_title"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:paddingTop=
"6dp"
android:paddingBottom=
"6dp"
android:gravity=
"center_vertical"
android:gravity=
"center_vertical"
android:orientation=
"horizontal"
android:orientation=
"horizontal"
android:paddingTop=
"6dp"
android:paddingBottom=
"6dp"
app:layout_constraintTop_toTopOf=
"parent"
>
app:layout_constraintTop_toTopOf=
"parent"
>
<FrameLayout
<ImageView
android:id=
"@+id/fl_back"
android:id=
"@+id/fl_back"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"11dp"
android:layout_marginStart=
"11dp"
android:importantForAccessibility=
"no"
android:padding=
"4dp"
android:padding=
"4dp"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
>
android:src=
"@mipmap/icon_return_bar_nor"
/>
<androidx.appcompat.widget.AppCompatImageView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:src=
"@mipmap/icon_return_bar_nor"
/>
</FrameLayout>
<androidx.appcompat.widget.AppCompatTextView
<androidx.appcompat.widget.AppCompatTextView
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
...
@@ -42,25 +40,27 @@
...
@@ -42,25 +40,27 @@
android:textColor=
"@color/white"
android:textColor=
"@color/white"
android:textSize=
"20sp"
android:textSize=
"20sp"
android:textStyle=
"bold"
android:textStyle=
"bold"
app:layout_constraintTop_toTopOf=
"@id/fl_back"
app:layout_constraintBottom_toBottomOf=
"@id/fl_back"
app:layout_constraintBottom_toBottomOf=
"@id/fl_back"
app:layout_constraintStart_toEndOf=
"@id/fl_back"
/>
app:layout_constraintStart_toEndOf=
"@id/fl_back"
app:layout_constraintTop_toTopOf=
"@id/fl_back"
/>
</androidx.appcompat.widget.LinearLayoutCompat>
</androidx.appcompat.widget.LinearLayoutCompat>
<androidx.appcompat.widget.LinearLayoutCompat
<androidx.appcompat.widget.LinearLayoutCompat
android:id=
"@+id/ll_size"
android:id=
"@+id/ll_size"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"
36
dp"
android:layout_marginTop=
"
27
dp"
android:gravity=
"center"
android:gravity=
"center"
android:orientation=
"vertical"
android:orientation=
"vertical"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/ll_title"
>
app:layout_constraintTop_toBottomOf=
"@id/ll_title"
>
<androidx.appcompat.widget.LinearLayoutCompat
<androidx.appcompat.widget.LinearLayoutCompat
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
>
android:orientation=
"horizontal"
>
<androidx.appcompat.widget.AppCompatTextView
<androidx.appcompat.widget.AppCompatTextView
android:id=
"@+id/tv_length"
android:id=
"@+id/tv_length"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
...
@@ -88,8 +88,8 @@
...
@@ -88,8 +88,8 @@
android:textColor=
"@color/white"
android:textColor=
"@color/white"
android:textSize=
"16sp"
android:textSize=
"16sp"
android:textStyle=
"bold"
android:textStyle=
"bold"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/ll_size"
/>
app:layout_constraintTop_toBottomOf=
"@id/ll_size"
/>
</androidx.appcompat.widget.LinearLayoutCompat>
</androidx.appcompat.widget.LinearLayoutCompat>
...
@@ -106,62 +106,74 @@
...
@@ -106,62 +106,74 @@
android:id=
"@+id/pb_progress"
android:id=
"@+id/pb_progress"
style=
"?android:attr/progressBarStyleHorizontal"
style=
"?android:attr/progressBarStyleHorizontal"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_marginHorizontal=
"24dp"
android:layout_height=
"2dp"
android:layout_height=
"2dp"
android:layout_marginTop=
"32dp"
android:progress=
"0"
android:max=
"100"
android:max=
"100"
android:progress=
"0"
android:progressDrawable=
"@drawable/clean_junk_progress"
android:progressDrawable=
"@drawable/clean_junk_progress"
app:layout_constraintTop_toBottomOf=
"@id/
ll_size
"
/>
app:layout_constraintTop_toBottomOf=
"@id/
tv_path
"
/>
<androidx.appcompat.widget.AppCompatTextView
<androidx.appcompat.widget.AppCompatTextView
android:id=
"@+id/tv_path"
android:id=
"@+id/tv_path"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"15dp"
android:layout_marginHorizontal=
"16dp"
android:layout_marginBottom=
"10dp"
android:background=
"@drawable/bg_ffffff_10"
android:backgroundTint=
"#29FFFFFF"
android:ellipsize=
"end"
android:ellipsize=
"end"
android:gravity=
"center"
android:maxLines=
"1"
android:maxLines=
"1"
android:paddingTop=
"6dp"
android:paddingTop=
"6dp"
android:layout_marginTop=
"32dp"
android:paddingBottom=
"6dp"
android:paddingBottom=
"6dp"
android:text=
"@string/clean_tips"
android:text=
"@string/clean_tips"
android:textColor=
"@color/white"
android:textColor=
"@color/white"
android:textSize=
"14sp"
android:textSize=
"14sp"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/
pb_progress
"
/>
app:layout_constraintTop_toBottomOf=
"@id/
ll_size
"
/>
<View
android:layout_width=
"match_parent"
android:backgroundTint=
"@color/color_f7fafa"
android:background=
"@drawable/white_background_top"
android:layout_marginTop=
"9dp"
app:layout_constraintLeft_toLeftOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/pb_progress"
android:layout_height=
"10dp"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
<pokercc.android.expandablerecyclerview.ExpandableRecyclerView
<pokercc.android.expandablerecyclerview.ExpandableRecyclerView
android:id=
"@+id/expandable_files"
android:id=
"@+id/expandable_files"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"0dp"
android:layout_height=
"0dp"
android:layout_marginTop=
"12dp"
android:layout_marginBottom=
"12dp"
android:layout_marginBottom=
"12dp"
android:paddingStart=
"15dp"
android:paddingStart=
"15dp"
android:paddingEnd=
"15dp"
android:paddingEnd=
"15dp"
android:scrollbars=
"none"
android:scrollbars=
"none"
android:visibility=
"gone"
android:visibility=
"gone"
app:layout_constraint
Top_toBottomOf=
"@id/cl_top
"
app:layout_constraint
Bottom_toTopOf=
"@id/tv_clean
"
app:layout_constraint
Bottom_toTopOf=
"@id/tv_clean
"
/>
app:layout_constraint
Top_toBottomOf=
"@id/cl_top
"
/>
<androidx.appcompat.widget.AppCompatTextView
<androidx.appcompat.widget.AppCompatTextView
android:id=
"@+id/tv_clean"
android:id=
"@+id/tv_clean"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginBottom=
"30dp"
android:layout_marginStart=
"30dp"
android:layout_marginStart=
"30dp"
android:layout_marginEnd=
"30dp"
android:layout_marginEnd=
"30dp"
android:layout_marginBottom=
"30dp"
android:background=
"@drawable/gradient"
android:gravity=
"center"
android:paddingTop=
"12dp"
android:paddingTop=
"12dp"
android:paddingBottom=
"12dp"
android:paddingBottom=
"12dp"
android:gravity=
"center"
android:background=
"@drawable/gradient"
android:text=
"@string/clean"
android:text=
"@string/clean"
android:textColor=
"@color/white"
android:textColor=
"@color/white"
android:textSize=
"18sp"
android:textSize=
"18sp"
android:textStyle=
"bold"
android:textStyle=
"bold"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
app:layout_constraintBottom_toBottomOf=
"parent"
/>
<include
<include
android:id=
"@+id/animation"
android:id=
"@+id/animation"
android:visibility=
"gone
"
layout=
"@layout/custom_animation
"
layout=
"@layout/custom_animation
"
/>
android:visibility=
"gone
"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
app/src/main/res/layout/activity_clean_result.xml
View file @
5822b199
...
@@ -16,24 +16,23 @@
...
@@ -16,24 +16,23 @@
android:id=
"@+id/ll_title"
android:id=
"@+id/ll_title"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:paddingTop=
"6dp"
android:paddingBottom=
"6dp"
android:gravity=
"center_vertical"
android:gravity=
"center_vertical"
android:orientation=
"horizontal"
android:orientation=
"horizontal"
android:paddingTop=
"6dp"
android:paddingBottom=
"6dp"
app:layout_constraintTop_toTopOf=
"parent"
>
app:layout_constraintTop_toTopOf=
"parent"
>
<FrameLayout
<ImageView
android:id=
"@+id/fl_back"
android:id=
"@+id/fl_back"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"11dp"
android:layout_marginStart=
"11dp"
android:importantForAccessibility=
"no"
android:padding=
"4dp"
android:padding=
"4dp"
app:layout_constraintTop_toTopOf=
"parent"
android:src=
"@mipmap/icon_return_bar_nor"
app:layout_constraintStart_toStartOf=
"parent"
>
app:layout_constraintStart_toStartOf=
"parent"
<androidx.appcompat.widget.AppCompatImageView
app:layout_constraintTop_toTopOf=
"parent"
/>
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:src=
"@mipmap/icon_return_bar_nor"
/>
</FrameLayout>
<androidx.appcompat.widget.AppCompatTextView
<androidx.appcompat.widget.AppCompatTextView
android:id=
"@+id/tv_title"
android:id=
"@+id/tv_title"
...
@@ -43,9 +42,9 @@
...
@@ -43,9 +42,9 @@
android:textColor=
"@color/white"
android:textColor=
"@color/white"
android:textSize=
"20sp"
android:textSize=
"20sp"
android:textStyle=
"bold"
android:textStyle=
"bold"
app:layout_constraintTop_toTopOf=
"@id/fl_back"
app:layout_constraintBottom_toBottomOf=
"@id/fl_back"
app:layout_constraintBottom_toBottomOf=
"@id/fl_back"
app:layout_constraintStart_toEndOf=
"@id/fl_back"
/>
app:layout_constraintStart_toEndOf=
"@id/fl_back"
app:layout_constraintTop_toTopOf=
"@id/fl_back"
/>
</androidx.appcompat.widget.LinearLayoutCompat>
</androidx.appcompat.widget.LinearLayoutCompat>
<androidx.appcompat.widget.AppCompatTextView
<androidx.appcompat.widget.AppCompatTextView
...
@@ -57,8 +56,8 @@
...
@@ -57,8 +56,8 @@
android:textColor=
"@color/white"
android:textColor=
"@color/white"
android:textSize=
"20sp"
android:textSize=
"20sp"
android:textStyle=
"bold"
android:textStyle=
"bold"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/ll_title"
/>
app:layout_constraintTop_toBottomOf=
"@id/ll_title"
/>
<androidx.appcompat.widget.AppCompatTextView
<androidx.appcompat.widget.AppCompatTextView
...
@@ -70,8 +69,8 @@
...
@@ -70,8 +69,8 @@
android:textColor=
"@color/white"
android:textColor=
"@color/white"
android:textSize=
"14sp"
android:textSize=
"14sp"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/tv_cleaned_up"
/>
app:layout_constraintTop_toBottomOf=
"@id/tv_cleaned_up"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
...
@@ -89,10 +88,10 @@
...
@@ -89,10 +88,10 @@
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"10dp"
android:layout_marginTop=
"10dp"
app:lottie_fileName=
"ok.json"
app:layout_constraintEnd_toEndOf=
"parent"
app:lottie_autoPlay=
"true"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
/>
app:layout_constraintTop_toTopOf=
"parent"
app:lottie_autoPlay=
"true"
app:lottie_fileName=
"ok.json"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
app/src/main/res/layout/dialog_exit.xml
View file @
5822b199
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
android:paddingBottom=
"10dp"
android:paddingBottom=
"10dp"
android:text=
"@string/cancel"
android:text=
"@string/cancel"
android:textAlignment=
"center"
android:textAlignment=
"center"
android:textColor=
"@color/
white
"
android:textColor=
"@color/
black
"
android:textSize=
"18sp"
android:textSize=
"18sp"
android:textStyle=
"bold"
android:textStyle=
"bold"
app:layout_constraintEnd_toStartOf=
"@id/tv_sure"
app:layout_constraintEnd_toStartOf=
"@id/tv_sure"
...
...
app/src/main/res/layout/fragment_home.xml
View file @
5822b199
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
xmlns:tools=
"http://schemas.android.com/tools"
android:id=
"@+id/cl_container"
android:id=
"@+id/cl_container"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
...
@@ -36,16 +37,17 @@
...
@@ -36,16 +37,17 @@
<ImageView
<ImageView
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"404dp"
android:layout_height=
"404dp"
android:scaleType=
"fitXY"
android:importantForAccessibility=
"no"
android:importantForAccessibility=
"no"
android:scaleType=
"fitXY"
android:src=
"@mipmap/home_bg"
android:src=
"@mipmap/home_bg"
app:layout_constraintLeft_toLeftOf=
"parent"
app:layout_constraintLeft_toLeftOf=
"parent"
app:layout_constraintRight_toRightOf=
"parent"
app:layout_constraintRight_toRightOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
/>
app:layout_constraintTop_toTopOf=
"parent"
/>
<androidx.constraintlayout.widget.ConstraintLayout
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"2
2
dp"
android:layout_marginStart=
"2
0
dp"
android:layout_marginTop=
"10dp"
android:layout_marginTop=
"10dp"
android:orientation=
"vertical"
android:orientation=
"vertical"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
...
@@ -64,10 +66,10 @@
...
@@ -64,10 +66,10 @@
android:id=
"@+id/tv_storage_used"
android:id=
"@+id/tv_storage_used"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"17%"
android:textColor=
"@color/white"
android:textColor=
"@color/white"
android:textSize=
"16sp"
android:textSize=
"16sp"
android:textStyle=
"bold"
/>
android:textStyle=
"bold"
tools:text=
"22%"
/>
</androidx.appcompat.widget.LinearLayoutCompat>
</androidx.appcompat.widget.LinearLayoutCompat>
<com.base.scanqrclear.luma.MyProgressBar
<com.base.scanqrclear.luma.MyProgressBar
...
@@ -79,8 +81,8 @@
...
@@ -79,8 +81,8 @@
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/ll_storage_used"
app:layout_constraintTop_toBottomOf=
"@id/ll_storage_used"
app:max=
"100"
app:max=
"100"
app:pBgColor=
"@color/
white
"
app:pBgColor=
"@color/
color_e75506
"
app:pColor=
"@color/
color_e75506
"
app:pColor=
"@color/
white
"
app:progress=
"0"
app:progress=
"0"
app:progressDirection=
"0"
/>
app:progressDirection=
"0"
/>
...
@@ -99,7 +101,7 @@
...
@@ -99,7 +101,7 @@
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"10dp"
android:layout_marginTop=
"10dp"
android:layout_marginEnd=
"2
2
dp"
android:layout_marginEnd=
"2
0
dp"
android:orientation=
"vertical"
android:orientation=
"vertical"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
>
app:layout_constraintTop_toTopOf=
"parent"
>
...
@@ -117,10 +119,10 @@
...
@@ -117,10 +119,10 @@
android:id=
"@+id/tv_memory_used"
android:id=
"@+id/tv_memory_used"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"67%"
android:textColor=
"@color/white"
android:textColor=
"@color/white"
android:textSize=
"16sp"
android:textSize=
"16sp"
android:textStyle=
"bold"
/>
android:textStyle=
"bold"
tools:text=
"21%"
/>
</androidx.appcompat.widget.LinearLayoutCompat>
</androidx.appcompat.widget.LinearLayoutCompat>
<com.base.scanqrclear.luma.MyProgressBar
<com.base.scanqrclear.luma.MyProgressBar
...
@@ -132,10 +134,8 @@
...
@@ -132,10 +134,8 @@
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/ll_memory_used"
app:layout_constraintTop_toBottomOf=
"@id/ll_memory_used"
app:max=
"100"
app:max=
"100"
app:pBgColor=
"@color/white"
app:pBgColor=
"@color/color_e75506"
app:pColor=
"@color/color_e75506"
app:pColor=
"@color/white"
app:pEndColor=
"@color/color_ff9a0c"
app:pStartColor=
"@color/color_ffc067"
app:progress=
"0"
app:progress=
"0"
app:progressDirection=
"1"
/>
app:progressDirection=
"1"
/>
...
@@ -214,15 +214,23 @@
...
@@ -214,15 +214,23 @@
android:id=
"@+id/rv_function"
android:id=
"@+id/rv_function"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"25dp"
android:layout_marginTop=
"28dp"
android:paddingVertical=
"14dp"
android:nestedScrollingEnabled=
"false"
android:paddingVertical=
"10dp"
app:layout_constraintTop_toBottomOf=
"@id/iv_upward"
/>
app:layout_constraintTop_toBottomOf=
"@id/iv_upward"
/>
<View
android:layout_width=
"match_parent"
android:layout_height=
"0dp"
android:background=
"@color/color_f8f8fb"
app:layout_constraintBottom_toTopOf=
"@id/cl_pet"
app:layout_constraintTop_toBottomOf=
"@id/rv_function"
/>
<androidx.constraintlayout.widget.ConstraintLayout
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/cl_hot_tools"
android:id=
"@+id/cl_hot_tools"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"
7
dp"
android:layout_marginTop=
"
16
dp"
android:background=
"@color/white"
android:background=
"@color/white"
app:layout_constraintTop_toBottomOf=
"@id/rv_function"
>
app:layout_constraintTop_toBottomOf=
"@id/rv_function"
>
...
@@ -243,6 +251,7 @@
...
@@ -243,6 +251,7 @@
android:id=
"@+id/rv_more"
android:id=
"@+id/rv_more"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:nestedScrollingEnabled=
"false"
android:layout_marginTop=
"14dp"
android:layout_marginTop=
"14dp"
android:background=
"@drawable/white_background_top"
android:background=
"@drawable/white_background_top"
android:paddingBottom=
"9dp"
android:paddingBottom=
"9dp"
...
@@ -250,9 +259,10 @@
...
@@ -250,9 +259,10 @@
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/cl_pet"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"
9
dp"
android:layout_marginTop=
"
16
dp"
android:background=
"@color/white"
android:background=
"@color/white"
app:layout_constraintTop_toBottomOf=
"@id/cl_hot_tools"
>
app:layout_constraintTop_toBottomOf=
"@id/cl_hot_tools"
>
...
@@ -291,7 +301,7 @@
...
@@ -291,7 +301,7 @@
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/tv_day"
app:layout_constraintTop_toBottomOf=
"@id/tv_day"
app:lottie_autoPlay=
"true"
app:lottie_autoPlay=
"true"
app:lottie_fileName=
"home_
bottom
.json"
app:lottie_fileName=
"home_
pet
.json"
app:lottie_loop=
"true"
/>
app:lottie_loop=
"true"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
...
...
app/src/main/res/layout/item_child_clean_junk.xml
View file @
5822b199
...
@@ -3,10 +3,11 @@
...
@@ -3,10 +3,11 @@
xmlns:app=
"http://schemas.android.com/apk/res-auto"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
xmlns:tools=
"http://schemas.android.com/tools"
android:paddingTop=
"12dp"
android:paddingTop=
"12dp"
android:paddingBottom=
"12dp"
android:paddingBottom=
"12dp"
android:paddingStart=
"16dp"
android:paddingStart=
"16dp"
android:paddingEnd=
"1
6
dp"
android:paddingEnd=
"1
1
dp"
android:background=
"@color/white"
>
android:background=
"@color/white"
>
<androidx.appcompat.widget.AppCompatImageView
<androidx.appcompat.widget.AppCompatImageView
...
@@ -37,8 +38,8 @@
...
@@ -37,8 +38,8 @@
android:id=
"@+id/tv_length"
android:id=
"@+id/tv_length"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"
8
dp"
android:layout_marginEnd=
"
3
dp"
android:text=
"67.4
MB"
tools:text=
"100
MB"
android:textSize=
"12sp"
android:textSize=
"12sp"
android:textColor=
"@color/color_aeb4bd"
android:textColor=
"@color/color_aeb4bd"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
...
@@ -49,7 +50,8 @@
...
@@ -49,7 +50,8 @@
android:id=
"@+id/iv_select"
android:id=
"@+id/iv_select"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:src=
"@mipmap/icon_all_photo_off"
android:padding=
"@dimen/dp_5"
android:src=
"@mipmap/ic_check_n"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
/>
app:layout_constraintEnd_toEndOf=
"parent"
/>
...
...
app/src/main/res/layout/item_function_2.xml
View file @
5822b199
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:foreground=
"?android:selectableItemBackground"
android:foreground=
"?android:selectableItemBackground"
android:layout_marginTop=
"1
3
dp"
>
android:layout_marginTop=
"1
0
dp"
>
<androidx.appcompat.widget.AppCompatImageView
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/iv_icon"
android:id=
"@+id/iv_icon"
...
@@ -35,6 +35,7 @@
...
@@ -35,6 +35,7 @@
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"6dp"
android:layout_marginTop=
"6dp"
android:paddingBottom=
"5dp"
android:layout_marginHorizontal=
"10dp"
android:layout_marginHorizontal=
"10dp"
android:gravity=
"center"
android:gravity=
"center"
android:text=
"@string/app_name"
android:text=
"@string/app_name"
...
...
app/src/main/res/layout/item_group_clean_junk.xml
View file @
5822b199
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
>
xmlns:tools=
"http://schemas.android.com/tools"
>
<androidx.constraintlayout.widget.ConstraintLayout
<androidx.constraintlayout.widget.ConstraintLayout
android:id=
"@+id/cl_item"
android:id=
"@+id/cl_item"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"12dp"
android:layout_marginTop=
"12dp"
android:paddingVertical=
"16dp"
android:paddingHorizontal=
"16dp"
android:background=
"@drawable/white_background"
android:background=
"@drawable/white_background"
app:layout_constraintTop_toTopOf=
"parent"
android:paddingVertical=
"16dp"
app:layout_constraintBottom_toBottomOf=
"parent"
>
android:paddingStart=
"16dp"
android:paddingEnd=
"11dp"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
>
<androidx.appcompat.widget.AppCompatImageView
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/iv_icon"
android:id=
"@+id/iv_icon"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:src=
"@mipmap/icon_empty_junk_nor"
android:src=
"@mipmap/icon_empty_junk_nor"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
/>
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatTextView
<androidx.appcompat.widget.AppCompatTextView
android:id=
"@+id/tv_name"
android:id=
"@+id/tv_name"
...
@@ -33,9 +34,9 @@
...
@@ -33,9 +34,9 @@
android:text=
"@string/app_name"
android:text=
"@string/app_name"
android:textColor=
"@color/color_181b1f"
android:textColor=
"@color/color_181b1f"
android:textSize=
"16sp"
android:textSize=
"16sp"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintStart_toEndOf=
"@id/iv_icon"
/>
app:layout_constraintStart_toEndOf=
"@id/iv_icon"
app:layout_constraintTop_toTopOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatImageView
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/iv_indicator"
android:id=
"@+id/iv_indicator"
...
@@ -43,30 +44,31 @@
...
@@ -43,30 +44,31 @@
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"4dp"
android:layout_marginStart=
"4dp"
android:src=
"@mipmap/icon_down_setting"
android:src=
"@mipmap/icon_down_setting"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintStart_toEndOf=
"@id/tv_name"
/>
app:layout_constraintStart_toEndOf=
"@id/tv_name"
app:layout_constraintTop_toTopOf=
"parent"
/>
<androidx.appcompat.widget.AppCompatTextView
<androidx.appcompat.widget.AppCompatTextView
android:id=
"@+id/tv_length"
android:id=
"@+id/tv_length"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginEnd=
"8dp"
android:layout_marginEnd=
"3dp"
tools:text=
"67.4MB"
android:textSize=
"12sp"
android:textColor=
"@color/color_ff613e"
android:textColor=
"@color/color_ff613e"
a
pp:layout_constraintTop_toTopOf=
"parent
"
a
ndroid:textSize=
"12sp
"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toStartOf=
"@id/iv_select"
/>
app:layout_constraintEnd_toStartOf=
"@id/iv_select"
app:layout_constraintTop_toTopOf=
"parent"
tools:text=
"67.4MB"
/>
<androidx.appcompat.widget.AppCompatImageView
<androidx.appcompat.widget.AppCompatImageView
android:id=
"@+id/iv_select"
android:id=
"@+id/iv_select"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:padding=
"@dimen/dp_5"
android:src=
"@mipmap/ic_check_n"
android:src=
"@mipmap/ic_check_n"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
/>
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
app/src/main/res/mipmap-xhdpi/icon_screenshot_1.webp
0 → 100644
View file @
5822b199
File added
app/src/main/res/mipmap-xxhdpi/icon_junk_scan1.webp
deleted
100644 → 0
View file @
ee2ef024
File deleted
app/src/main/res/mipmap-xxhdpi/icon_screenshot_1.webp
deleted
100644 → 0
View file @
ee2ef024
File deleted
app/src/main/res/mipmap-xxhdpi/icon_similar_1.webp
deleted
100644 → 0
View file @
ee2ef024
File deleted
app/src/main/res/mipmap-xxhdpi/icon_whatsapp_1.webp
deleted
100644 → 0
View file @
ee2ef024
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