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
6c18e828
Commit
6c18e828
authored
Jul 12, 2024
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
...
parent
34a7f3e1
Show whitespace changes
Inline
Side-by-side
Showing
27 changed files
with
43 additions
and
23 deletions
+43
-23
MyApplication.kt
.../main/java/com/test/easy/easycleanerjunk/MyApplication.kt
+0
-2
DeviceScanActivity.kt
.../test/easy/easycleanerjunk/activity/DeviceScanActivity.kt
+4
-3
NewSplashActivity.kt
...easy/easycleanerjunk/activity/splash/NewSplashActivity.kt
+1
-7
ProgressManager.kt
...t/easy/easycleanerjunk/activity/splash/ProgressManager.kt
+11
-5
ConfigBean.kt
...ain/java/com/test/easy/easycleanerjunk/bean/ConfigBean.kt
+1
-0
ComUtils.kt
...main/java/com/test/easy/easycleanerjunk/helps/ComUtils.kt
+2
-2
ConfigHelper.kt
.../java/com/test/easy/easycleanerjunk/helps/ConfigHelper.kt
+0
-1
activity_app_manager.xml
app/src/main/res/layout/activity_app_manager.xml
+1
-0
activity_app_manager_animation.xml
app/src/main/res/layout/activity_app_manager_animation.xml
+1
-0
activity_compression_photo_list.xml
app/src/main/res/layout/activity_compression_photo_list.xml
+1
-0
activity_device_scan.xml
app/src/main/res/layout/activity_device_scan.xml
+3
-1
activity_large_file_animation.xml
app/src/main/res/layout/activity_large_file_animation.xml
+1
-0
activity_layout_battery_info.xml
app/src/main/res/layout/activity_layout_battery_info.xml
+1
-0
activity_layout_clean_guest.xml
app/src/main/res/layout/activity_layout_clean_guest.xml
+1
-0
activity_layout_clean_junk.xml
app/src/main/res/layout/activity_layout_clean_junk.xml
+1
-0
activity_layout_cleanuping.xml
app/src/main/res/layout/activity_layout_cleanuping.xml
+1
-0
activity_layout_large_file.xml
app/src/main/res/layout/activity_layout_large_file.xml
+2
-1
activity_layout_parepre_scan.xml
app/src/main/res/layout/activity_layout_parepre_scan.xml
+1
-0
activity_layout_repeat_photo.xml
app/src/main/res/layout/activity_layout_repeat_photo.xml
+1
-0
activity_layout_result.xml
app/src/main/res/layout/activity_layout_result.xml
+1
-0
activity_layout_scan_junk.xml
app/src/main/res/layout/activity_layout_scan_junk.xml
+1
-0
activity_main.xml
app/src/main/res/layout/activity_main.xml
+2
-1
activity_repeat_photo_animation.xml
app/src/main/res/layout/activity_repeat_photo_animation.xml
+1
-0
activity_screen_shot.xml
app/src/main/res/layout/activity_screen_shot.xml
+1
-0
activity_screen_shot_animation.xml
app/src/main/res/layout/activity_screen_shot_animation.xml
+1
-0
activity_setting.xml
app/src/main/res/layout/activity_setting.xml
+1
-0
activity_whats_app_cleaner_animation.xml
.../main/res/layout/activity_whats_app_cleaner_animation.xml
+1
-0
No files found.
app/src/main/java/com/test/easy/easycleanerjunk/MyApplication.kt
View file @
6c18e828
...
@@ -13,12 +13,10 @@ import com.test.easy.easycleanerjunk.activity.splash.NewSplashActivity
...
@@ -13,12 +13,10 @@ import com.test.easy.easycleanerjunk.activity.splash.NewSplashActivity
import
com.test.easy.easycleanerjunk.fcm.ActionBroadcast
import
com.test.easy.easycleanerjunk.fcm.ActionBroadcast
import
com.test.easy.easycleanerjunk.fcm.FCMUtil
import
com.test.easy.easycleanerjunk.fcm.FCMUtil
import
com.test.easy.easycleanerjunk.fcm.MyTimerManager
import
com.test.easy.easycleanerjunk.fcm.MyTimerManager
import
com.test.easy.easycleanerjunk.helps.AESHelper
import
com.test.easy.easycleanerjunk.helps.BaseApplication
import
com.test.easy.easycleanerjunk.helps.BaseApplication
import
com.test.easy.easycleanerjunk.helps.ComUtils
import
com.test.easy.easycleanerjunk.helps.ComUtils
import
com.test.easy.easycleanerjunk.helps.ConfigHelper
import
com.test.easy.easycleanerjunk.helps.ConfigHelper
import
com.test.easy.easycleanerjunk.helps.InstallHelps
import
com.test.easy.easycleanerjunk.helps.InstallHelps
import
com.test.easy.easycleanerjunk.helps.UmpHelp.canRequestAds
import
com.test.easy.easycleanerjunk.helps.ads.AdmobUtils
import
com.test.easy.easycleanerjunk.helps.ads.AdmobUtils
import
com.test.easy.easycleanerjunk.utils.ActivityManagerUtils
import
com.test.easy.easycleanerjunk.utils.ActivityManagerUtils
import
com.test.easy.easycleanerjunk.utils.SPUtils
import
com.test.easy.easycleanerjunk.utils.SPUtils
...
...
app/src/main/java/com/test/easy/easycleanerjunk/activity/DeviceScanActivity.kt
View file @
6c18e828
...
@@ -6,6 +6,7 @@ import androidx.recyclerview.widget.LinearLayoutManager
...
@@ -6,6 +6,7 @@ import androidx.recyclerview.widget.LinearLayoutManager
import
androidx.recyclerview.widget.LinearSmoothScroller
import
androidx.recyclerview.widget.LinearSmoothScroller
import
androidx.recyclerview.widget.RecyclerView
import
androidx.recyclerview.widget.RecyclerView
import
com.test.easy.easycleanerjunk.R
import
com.test.easy.easycleanerjunk.R
import
com.test.easy.easycleanerjunk.activity.home.NewMainActivity
import
com.test.easy.easycleanerjunk.activity.splash.NewSplashActivity
import
com.test.easy.easycleanerjunk.activity.splash.NewSplashActivity
import
com.test.easy.easycleanerjunk.adapter.DeviceScanAdapter
import
com.test.easy.easycleanerjunk.adapter.DeviceScanAdapter
import
com.test.easy.easycleanerjunk.databinding.ActivityDeviceScanBinding
import
com.test.easy.easycleanerjunk.databinding.ActivityDeviceScanBinding
...
@@ -27,7 +28,7 @@ class DeviceScanActivity : BaseActivity<ActivityDeviceScanBinding>() {
...
@@ -27,7 +28,7 @@ class DeviceScanActivity : BaseActivity<ActivityDeviceScanBinding>() {
ConfigHelper
.
ifGuest
=
true
ConfigHelper
.
ifGuest
=
true
binding
.
rv
.
isNestedScrollingEnabled
=
false
binding
.
rv
.
isNestedScrollingEnabled
=
false
binding
.
ivItem
.
setImageResource
(
R
.
mipmap
.
d_shebei
)
binding
.
ivItem
.
setImageResource
(
R
.
mipmap
.
d_shebei
)
binding
.
view
.
setOnTouchListener
{
v
,
event
->
true
}
binding
.
view
.
setOnTouchListener
{
v
,
event
->
true
}
adapter
=
DeviceScanAdapter
(
adapter
=
DeviceScanAdapter
(
itemFinish
=
{
title
,
position
->
itemFinish
=
{
title
,
position
->
binding
.
rv
.
smoothScrollEquallyTo
(
position
)
binding
.
rv
.
smoothScrollEquallyTo
(
position
)
...
@@ -66,7 +67,7 @@ class DeviceScanActivity : BaseActivity<ActivityDeviceScanBinding>() {
...
@@ -66,7 +67,7 @@ class DeviceScanActivity : BaseActivity<ActivityDeviceScanBinding>() {
override
fun
initListener
()
{
override
fun
initListener
()
{
super
.
initListener
()
super
.
initListener
()
binding
.
tvStart
.
setOnClickListener
{
binding
.
tvStart
.
setOnClickListener
{
startActivity
(
Intent
(
this
,
New
Splash
Activity
::
class
.
java
))
startActivity
(
Intent
(
this
,
New
Main
Activity
::
class
.
java
))
finish
()
finish
()
}
}
}
}
...
...
app/src/main/java/com/test/easy/easycleanerjunk/activity/splash/NewSplashActivity.kt
View file @
6c18e828
...
@@ -72,14 +72,8 @@ class NewSplashActivity : BaseActivity<ActivityLayoutSplashBinding>(),
...
@@ -72,14 +72,8 @@ class NewSplashActivity : BaseActivity<ActivityLayoutSplashBinding>(),
startNotification
()
startNotification
()
}
}
mProgressManager
?.
startProgress
()
mProgressManager
?.
startProgress
()
if
(!
ConfigHelper
.
ifGuest
)
{
mProgressManager
?.
pauseProgress
()
onProgressMax
()
return
}
else
{
loadAd
()
loadAd
()
}
}
}
override
fun
onProgressMax
()
{
override
fun
onProgressMax
()
{
...
...
app/src/main/java/com/test/easy/easycleanerjunk/activity/splash/ProgressManager.kt
View file @
6c18e828
package
com.test.easy.easycleanerjunk.activity.splash
package
com.test.easy.easycleanerjunk.activity.splash
import
android.os.Handler
import
android.os.Handler
import
androidx.core.view.isVisible
import
com.test.easy.easycleanerjunk.databinding.ActivityLayoutSplashBinding
import
com.test.easy.easycleanerjunk.databinding.ActivityLayoutSplashBinding
import
com.test.easy.easycleanerjunk.utils.SPUtils
import
com.test.easy.easycleanerjunk.utils.SPUtils
...
@@ -14,7 +15,7 @@ class ProgressManager {
...
@@ -14,7 +15,7 @@ class ProgressManager {
private
var
mIsPaused
=
false
private
var
mIsPaused
=
false
private
var
mProgress
=
0
private
var
mProgress
=
0
private
val
listener
:
ProgressListener
private
val
listener
:
ProgressListener
constructor
(
binding
:
ActivityLayoutSplashBinding
,
listener
:
ProgressListener
)
{
constructor
(
binding
:
ActivityLayoutSplashBinding
,
listener
:
ProgressListener
)
{
this
.
binding
=
binding
this
.
binding
=
binding
...
@@ -23,15 +24,19 @@ class ProgressManager {
...
@@ -23,15 +24,19 @@ class ProgressManager {
initView
()
initView
()
}
}
private
var
loadTime
:
Int
=
15
private
fun
initView
()
{
private
fun
initView
()
{
val
loadTime
=
SPUtils
.
getInstance
().
getInt
(
"loading_page_time"
,
15
)
loadTime
=
SPUtils
.
getInstance
().
getInt
(
"loading_page_time"
,
15
)
binding
.
pb
.
max
=
loadTime
binding
.
pb
.
max
=
loadTime
binding
.
pb
.
progress
=
0
binding
.
pb
.
progress
=
0
}
}
fun
startProgress
()
{
fun
startProgress
()
{
binding
.
idTvStart
.
isVisible
=
false
binding
.
idLlYinsi
.
isVisible
=
false
binding
.
idLlJindu
.
isVisible
=
true
val
mRunnable
:
Runnable
=
object
:
Runnable
{
val
mRunnable
:
Runnable
=
object
:
Runnable
{
override
fun
run
()
{
override
fun
run
()
{
if
(!
mIsPaused
)
{
if
(!
mIsPaused
)
{
...
@@ -55,6 +60,7 @@ class ProgressManager {
...
@@ -55,6 +60,7 @@ class ProgressManager {
mHandler
.
removeCallbacksAndMessages
(
null
)
mHandler
.
removeCallbacksAndMessages
(
null
)
}
}
}
}
fun
maxProgress
()
{
fun
maxProgress
()
{
binding
.
pb
.
progress
=
binding
.
pb
.
max
binding
.
pb
.
progress
=
binding
.
pb
.
max
listener
.
onProgressMax
()
listener
.
onProgressMax
()
...
@@ -67,7 +73,7 @@ class ProgressManager {
...
@@ -67,7 +73,7 @@ class ProgressManager {
}
}
}
}
interface
ProgressListener
{
interface
ProgressListener
{
fun
onProgressMax
()
fun
onProgressMax
()
}
}
}
}
\ No newline at end of file
app/src/main/java/com/test/easy/easycleanerjunk/bean/ConfigBean.kt
View file @
6c18e828
...
@@ -18,4 +18,5 @@ class ConfigBean() {
...
@@ -18,4 +18,5 @@ class ConfigBean() {
var
naAdS
:
Int
=
0
var
naAdS
:
Int
=
0
var
isShowBackIntAd
:
Int
=
0
var
isShowBackIntAd
:
Int
=
0
var
isShowResultNaAd
:
Int
=
0
var
isShowResultNaAd
:
Int
=
0
var
loadingPageTime
:
Int
=
15
}
}
app/src/main/java/com/test/easy/easycleanerjunk/helps/ComUtils.kt
View file @
6c18e828
...
@@ -3,7 +3,6 @@ package com.test.easy.easycleanerjunk.helps
...
@@ -3,7 +3,6 @@ package com.test.easy.easycleanerjunk.helps
import
android.util.Log
import
android.util.Log
import
com.google.gson.Gson
import
com.google.gson.Gson
import
com.test.easy.easycleanerjunk.bean.ConfigBean
import
com.test.easy.easycleanerjunk.bean.ConfigBean
import
com.test.easy.easycleanerjunk.bean.NotificationBean
import
com.test.easy.easycleanerjunk.helps.ads.AdDisplayUtils
import
com.test.easy.easycleanerjunk.helps.ads.AdDisplayUtils
import
com.test.easy.easycleanerjunk.helps.ads.AdmobUtils.adDisplayInterval
import
com.test.easy.easycleanerjunk.helps.ads.AdmobUtils.adDisplayInterval
import
com.test.easy.easycleanerjunk.helps.ads.AdmobUtils.maxMultiClick
import
com.test.easy.easycleanerjunk.helps.ads.AdmobUtils.maxMultiClick
...
@@ -54,7 +53,7 @@ object ComUtils {
...
@@ -54,7 +53,7 @@ object ComUtils {
val
gson
=
Gson
()
val
gson
=
Gson
()
val
bean
=
gson
.
fromJson
(
str
,
ConfigBean
::
class
.
java
)
val
bean
=
gson
.
fromJson
(
str
,
ConfigBean
::
class
.
java
)
Log
.
d
(
"jiekou"
,
str
)
Log
.
d
(
"jiekou"
,
str
)
SPUtils
.
getInstance
().
put
(
"actionS"
,
bean
.
actionS
);
SPUtils
.
getInstance
().
put
(
"actionS"
,
bean
.
actionS
);
SPUtils
.
getInstance
().
put
(
"open"
,
bean
.
open
);
SPUtils
.
getInstance
().
put
(
"open"
,
bean
.
open
);
SPUtils
.
getInstance
().
put
(
"num"
,
bean
.
num
);
SPUtils
.
getInstance
().
put
(
"num"
,
bean
.
num
);
...
@@ -66,6 +65,7 @@ object ComUtils {
...
@@ -66,6 +65,7 @@ object ComUtils {
SPUtils
.
getInstance
().
put
(
"timerInterval"
,
bean
.
timerInterval
)
SPUtils
.
getInstance
().
put
(
"timerInterval"
,
bean
.
timerInterval
)
SPUtils
.
getInstance
().
put
(
"naAdS"
,
bean
.
naAdS
)
SPUtils
.
getInstance
().
put
(
"naAdS"
,
bean
.
naAdS
)
SPUtils
.
getInstance
().
put
(
"isShowBackIntAd"
,
bean
.
isShowBackIntAd
)
SPUtils
.
getInstance
().
put
(
"isShowBackIntAd"
,
bean
.
isShowBackIntAd
)
SPUtils
.
getInstance
().
put
(
"loading_page_time"
,
bean
.
loadingPageTime
)
adDisplayInterval
=
bean
.
adInterval
adDisplayInterval
=
bean
.
adInterval
maxMultiClick
=
bean
.
maxMultiClick
maxMultiClick
=
bean
.
maxMultiClick
AdDisplayUtils
.
getInstance
().
setMaxAdDisplayCount
(
bean
.
adShowCount
)
AdDisplayUtils
.
getInstance
().
setMaxAdDisplayCount
(
bean
.
adShowCount
)
...
...
app/src/main/java/com/test/easy/easycleanerjunk/helps/ConfigHelper.kt
View file @
6c18e828
...
@@ -2,7 +2,6 @@ package com.test.easy.easycleanerjunk.helps
...
@@ -2,7 +2,6 @@ package com.test.easy.easycleanerjunk.helps
import
com.test.easy.easycleanerjunk.activity.splash.NewSplashActivity
import
com.test.easy.easycleanerjunk.activity.splash.NewSplashActivity
import
com.test.easy.easycleanerjunk.bean.AppInfo
import
com.test.easy.easycleanerjunk.utils.SPUtils
import
com.test.easy.easycleanerjunk.utils.SPUtils
...
...
app/src/main/res/layout/activity_app_manager.xml
View file @
6c18e828
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
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"
xmlns:tools=
"http://schemas.android.com/tools"
android:id=
"@+id/main"
android:id=
"@+id/main"
android:background=
"@color/white"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
tools:context=
".activity.appmanager.AppManagerActivity"
>
tools:context=
".activity.appmanager.AppManagerActivity"
>
...
...
app/src/main/res/layout/activity_app_manager_animation.xml
View file @
6c18e828
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
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"
xmlns:tools=
"http://schemas.android.com/tools"
android:id=
"@+id/main"
android:id=
"@+id/main"
android:background=
"@color/white"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
tools:context=
".activity.appmanager.AppManagerAnimationActivity"
>
tools:context=
".activity.appmanager.AppManagerAnimationActivity"
>
...
...
app/src/main/res/layout/activity_compression_photo_list.xml
View file @
6c18e828
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
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"
xmlns:tools=
"http://schemas.android.com/tools"
android:id=
"@+id/coordinator_layout"
android:id=
"@+id/coordinator_layout"
android:background=
"@color/white"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
android:layout_height=
"match_parent"
>
...
...
app/src/main/res/layout/activity_device_scan.xml
View file @
6c18e828
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
android:id=
"@+id/main"
android:id=
"@+id/main"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
android:background=
"@color/white"
android:orientation=
"vertical"
android:orientation=
"vertical"
tools:context=
".activity.DeviceScanActivity"
>
tools:context=
".activity.DeviceScanActivity"
>
...
@@ -76,10 +77,11 @@
...
@@ -76,10 +77,11 @@
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
app:layoutManager=
"androidx.recyclerview.widget.LinearLayoutManager"
app:layoutManager=
"androidx.recyclerview.widget.LinearLayoutManager"
tools:listitem=
"@layout/item_device_info_item"
/>
tools:listitem=
"@layout/item_device_info_item"
/>
<View
<View
android:id=
"@+id/view"
android:id=
"@+id/view"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
/>
android:layout_height=
"match_parent"
/>
</FrameLayout>
</FrameLayout>
...
...
app/src/main/res/layout/activity_large_file_animation.xml
View file @
6c18e828
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
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"
xmlns:tools=
"http://schemas.android.com/tools"
android:id=
"@+id/main"
android:id=
"@+id/main"
android:background=
"@color/white"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
tools:context=
".activity.largefile.LargeFileAnimationActivity"
>
tools:context=
".activity.largefile.LargeFileAnimationActivity"
>
...
...
app/src/main/res/layout/activity_layout_battery_info.xml
View file @
6c18e828
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
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"
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:background=
"@color/white"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"vertical"
>
android:orientation=
"vertical"
>
...
...
app/src/main/res/layout/activity_layout_clean_guest.xml
View file @
6c18e828
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
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"
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:background=
"@color/white"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"vertical"
>
android:orientation=
"vertical"
>
...
...
app/src/main/res/layout/activity_layout_clean_junk.xml
View file @
6c18e828
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
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"
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:background=
"@color/white"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"vertical"
android:orientation=
"vertical"
app:bl_solid_color=
"@color/theme_color"
>
app:bl_solid_color=
"@color/theme_color"
>
...
...
app/src/main/res/layout/activity_layout_cleanuping.xml
View file @
6c18e828
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
xmlns:tools=
"http://schemas.android.com/tools"
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
android:background=
"@color/white"
android:orientation=
"vertical"
>
android:orientation=
"vertical"
>
...
...
app/src/main/res/layout/activity_layout_large_file.xml
View file @
6c18e828
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
xmlns:tools=
"http://schemas.android.com/tools"
xmlns:tools=
"http://schemas.android.com/tools"
android:id=
"@+id/main"
android:id=
"@+id/main"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
android:layout_height=
"match_parent"
android:background=
"@color/white"
>
<LinearLayout
<LinearLayout
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
...
...
app/src/main/res/layout/activity_layout_parepre_scan.xml
View file @
6c18e828
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
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"
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:background=
"@color/white"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"vertical"
>
android:orientation=
"vertical"
>
...
...
app/src/main/res/layout/activity_layout_repeat_photo.xml
View file @
6c18e828
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
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"
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:background=
"@color/white"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"vertical"
>
android:orientation=
"vertical"
>
...
...
app/src/main/res/layout/activity_layout_result.xml
View file @
6c18e828
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
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"
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:background=
"@color/white"
android:layout_height=
"match_parent"
>
android:layout_height=
"match_parent"
>
<com.noober.background.view.BLConstraintLayout
<com.noober.background.view.BLConstraintLayout
...
...
app/src/main/res/layout/activity_layout_scan_junk.xml
View file @
6c18e828
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
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"
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:background=
"@color/white"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"vertical"
>
android:orientation=
"vertical"
>
...
...
app/src/main/res/layout/activity_main.xml
View file @
6c18e828
...
@@ -3,7 +3,8 @@
...
@@ -3,7 +3,8 @@
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"
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
android:layout_height=
"match_parent"
android:background=
"@color/white"
>
<androidx.viewpager2.widget.ViewPager2
<androidx.viewpager2.widget.ViewPager2
android:id=
"@+id/id_vp"
android:id=
"@+id/id_vp"
...
...
app/src/main/res/layout/activity_repeat_photo_animation.xml
View file @
6c18e828
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
xmlns:tools=
"http://schemas.android.com/tools"
xmlns:tools=
"http://schemas.android.com/tools"
android:id=
"@+id/main"
android:id=
"@+id/main"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:background=
"@color/white"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
tools:context=
".activity.similarphotos.RepeatPhotoAnimationActivity"
>
tools:context=
".activity.similarphotos.RepeatPhotoAnimationActivity"
>
...
...
app/src/main/res/layout/activity_screen_shot.xml
View file @
6c18e828
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
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"
xmlns:tools=
"http://schemas.android.com/tools"
android:id=
"@+id/main"
android:id=
"@+id/main"
android:background=
"@color/white"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
tools:context=
".activity.screenshot.ScreenShotActivity"
>
tools:context=
".activity.screenshot.ScreenShotActivity"
>
...
...
app/src/main/res/layout/activity_screen_shot_animation.xml
View file @
6c18e828
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
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"
xmlns:tools=
"http://schemas.android.com/tools"
android:id=
"@+id/main"
android:id=
"@+id/main"
android:background=
"@color/white"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
tools:context=
".activity.screenshot.ScreenShotAnimationActivity"
>
tools:context=
".activity.screenshot.ScreenShotAnimationActivity"
>
...
...
app/src/main/res/layout/activity_setting.xml
View file @
6c18e828
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
android:id=
"@+id/main"
android:id=
"@+id/main"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
android:background=
"@color/white"
android:orientation=
"vertical"
android:orientation=
"vertical"
tools:context=
".activity.SettingActivity"
>
tools:context=
".activity.SettingActivity"
>
...
...
app/src/main/res/layout/activity_whats_app_cleaner_animation.xml
View file @
6c18e828
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
xmlns:tools=
"http://schemas.android.com/tools"
xmlns:tools=
"http://schemas.android.com/tools"
android:id=
"@+id/main"
android:id=
"@+id/main"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:background=
"@color/white"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
tools:context=
".activity.whatsapp.WhatsAppCleanerAnimationActivity"
>
tools:context=
".activity.whatsapp.WhatsAppCleanerAnimationActivity"
>
...
...
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