Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
F
File Recovery RecycleBin
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
File Recovery RecycleBin
Commits
cf58da56
Commit
cf58da56
authored
Mar 13, 2025
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
...
parent
5ecf6b0f
Show whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
469 additions
and
80 deletions
+469
-80
MyApplication.kt
...ain/java/com/base/filerecoveryrecyclebin/MyApplication.kt
+3
-1
SettingActivity.kt
...m/base/filerecoveryrecyclebin/activity/SettingActivity.kt
+1
-1
activity_battery.xml
app/src/main/res/layout/activity_battery.xml
+23
-1
activity_battery_info_animation.xml
app/src/main/res/layout/activity_battery_info_animation.xml
+23
-1
activity_guide.xml
app/src/main/res/layout/activity_guide.xml
+1
-56
activity_large_file_animation.xml
app/src/main/res/layout/activity_large_file_animation.xml
+23
-1
activity_layout_clean_guide.xml
app/src/main/res/layout/activity_layout_clean_guide.xml
+23
-2
activity_layout_clean_junk.xml
app/src/main/res/layout/activity_layout_clean_junk.xml
+24
-1
activity_layout_scan_junk.xml
app/src/main/res/layout/activity_layout_scan_junk.xml
+22
-1
activity_layout_xingzuo_loading.xml
app/src/main/res/layout/activity_layout_xingzuo_loading.xml
+24
-1
activity_repeat.xml
app/src/main/res/layout/activity_repeat.xml
+23
-1
activity_repeat_animation.xml
app/src/main/res/layout/activity_repeat_animation.xml
+24
-1
activity_screen_shot.xml
app/src/main/res/layout/activity_screen_shot.xml
+22
-1
activity_screen_shot_animation.xml
app/src/main/res/layout/activity_screen_shot_animation.xml
+24
-1
activity_weather.xml
app/src/main/res/layout/activity_weather.xml
+45
-2
dialog_exit_app.xml
app/src/main/res/layout/dialog_exit_app.xml
+23
-1
dialog_exit_function.xml
app/src/main/res/layout/dialog_exit_function.xml
+24
-2
dialog_file_scan.xml
app/src/main/res/layout/dialog_file_scan.xml
+23
-1
fragment_home_3.xml
app/src/main/res/layout/fragment_home_3.xml
+23
-1
fragment_recovery.xml
app/src/main/res/layout/fragment_recovery.xml
+24
-1
fragment_recycle_bin.xml
app/src/main/res/layout/fragment_recycle_bin.xml
+23
-1
item_layout_reslut2.xml
app/src/main/res/layout/item_layout_reslut2.xml
+24
-1
No files found.
app/src/main/java/com/base/filerecoveryrecyclebin/MyApplication.kt
View file @
cf58da56
...
...
@@ -87,10 +87,12 @@ class MyApplication : BaseApplication() {
WeatherUtils
.
requestWeatherData
()
if
(
BuildConfig
.
DEBUG
)
{
//接口配置初始化
LinkPlaySdk
.
init
(
this
,
"https://feedapihk.zhangxinhulian.com"
,
"com.unamzo.pdfreader.badcc"
,
"1qd6f41dgpjsep9t"
)
// LinkPlaySdk.init(this, "https://feedapihk.zhangxinhulian.com", "com.unamzo.pdfreader.badcc", "1qd6f41dgpjsep9t")
LinkPlaySdk
.
init
(
this
,
GlobalConfig
.
URL_EVENT
,
GlobalConfig
.
PACKAGE_NAME
,
GlobalConfig
.
KEY_AES
)
}
else
{
LinkPlaySdk
.
init
(
this
,
GlobalConfig
.
URL_EVENT
,
GlobalConfig
.
PACKAGE_NAME
,
GlobalConfig
.
KEY_AES
)
}
}
if
(
ifAgreePrivacy
)
{
...
...
app/src/main/java/com/base/filerecoveryrecyclebin/activity/SettingActivity.kt
View file @
cf58da56
...
...
@@ -88,7 +88,7 @@ class SettingActivity : BaseActivity<ActivitySettingBinding>() {
binding
.
tvToken
.
text
=
token
binding
.
tvToken
.
setOnClickListener
{
copyText
(
this
,
"aa"
)
copyText
(
this
,
token
)
}
}
...
...
app/src/main/res/layout/activity_battery.xml
View file @
cf58da56
...
...
@@ -475,7 +475,29 @@
android:id=
"@+id/fl_ad"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"16dp"
/>
android:layout_marginTop=
"16dp"
>
<io.supercharge.shimmerlayout.ShimmerLayout
android:id=
"@+id/shimmerLayout"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"bottom|center_horizontal"
android:layout_marginHorizontal=
"16dp"
android:layout_marginVertical=
"10dp"
app:shimmer_angle=
"25"
app:shimmer_animation_duration=
"2000"
app:shimmer_auto_start=
"true"
app:shimmer_color=
"#33ffffff"
app:shimmer_mask_width=
"0.2"
>
<ImageView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"@mipmap/adzhanweitu"
/>
</io.supercharge.shimmerlayout.ShimmerLayout>
</FrameLayout>
</FrameLayout>
...
...
app/src/main/res/layout/activity_battery_info_animation.xml
View file @
cf58da56
...
...
@@ -47,9 +47,31 @@
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
tools:ignore=
"HardcodedText"
/>
<FrameLayout
android:id=
"@+id/id_fl_native"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
app:layout_constraintBottom_toBottomOf=
"parent"
>
<io.supercharge.shimmerlayout.ShimmerLayout
android:id=
"@+id/shimmerLayout"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"bottom|center_horizontal"
android:layout_marginHorizontal=
"16dp"
android:layout_marginVertical=
"10dp"
app:shimmer_angle=
"25"
app:shimmer_animation_duration=
"2000"
app:shimmer_auto_start=
"true"
app:shimmer_color=
"#33ffffff"
app:shimmer_mask_width=
"0.2"
>
<ImageView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"@mipmap/adzhanweitu"
/>
</io.supercharge.shimmerlayout.ShimmerLayout>
</FrameLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
app/src/main/res/layout/activity_guide.xml
View file @
cf58da56
...
...
@@ -11,63 +11,8 @@
<androidx.viewpager2.widget.ViewPager2
android:id=
"@+id/viewpager2"
android:layout_width=
"match_parent"
android:layout_height=
"0dp"
app:layout_constraintBottom_toTopOf=
"@+id/id_fl_native"
android:layout_height=
"match_parent"
app:layout_constraintTop_toTopOf=
"parent"
/>
<FrameLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
app:layout_constraintBottom_toTopOf=
"@id/iv"
app:layout_constraintTop_toTopOf=
"parent"
>
<com.zhpan.indicator.IndicatorView
android:id=
"@+id/indicator_view"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
/>
</FrameLayout>
<ImageView
android:id=
"@+id/iv"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:src=
"@mipmap/yindaoye1"
android:visibility=
"invisible"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintVertical_bias=
"0.25"
tools:ignore=
"ContentDescription"
/>
<View
android:id=
"@+id/ll"
android:layout_width=
"wrap_content"
android:layout_height=
"120dp"
android:layout_marginTop=
"50dp"
android:orientation=
"vertical"
app:layout_constraintEnd_toEndOf=
"@id/iv"
app:layout_constraintStart_toStartOf=
"@id/iv"
app:layout_constraintTop_toBottomOf=
"@id/iv"
/>
<View
android:id=
"@+id/tv_btn"
android:layout_width=
"164dp"
android:layout_height=
"45dp"
android:layout_marginBottom=
"100dp"
android:visibility=
"invisible"
app:layout_constraintBottom_toTopOf=
"@+id/id_fl_native"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
tools:ignore=
"MissingConstraints"
/>
<FrameLayout
android:id=
"@+id/id_fl_native"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
app/src/main/res/layout/activity_large_file_animation.xml
View file @
cf58da56
...
...
@@ -52,9 +52,31 @@
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
tools:ignore=
"HardcodedText"
/>
<FrameLayout
android:id=
"@+id/id_fl_native"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
app:layout_constraintBottom_toBottomOf=
"parent"
>
<io.supercharge.shimmerlayout.ShimmerLayout
android:id=
"@+id/shimmerLayout"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"bottom|center_horizontal"
android:layout_marginHorizontal=
"16dp"
android:layout_marginVertical=
"10dp"
app:shimmer_angle=
"25"
app:shimmer_animation_duration=
"2000"
app:shimmer_auto_start=
"true"
app:shimmer_color=
"#33ffffff"
app:shimmer_mask_width=
"0.2"
>
<ImageView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"@mipmap/adzhanweitu"
/>
</io.supercharge.shimmerlayout.ShimmerLayout>
</FrameLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
app/src/main/res/layout/activity_layout_clean_guide.xml
View file @
cf58da56
...
...
@@ -103,11 +103,11 @@ first scan may take a little time"
android:background=
"@drawable/shape_c9c9c9_r50"
android:paddingHorizontal=
"18dp"
android:paddingVertical=
"8dp"
android:visibility=
"gone"
android:text=
"Skip"
android:textColor=
"@color/white"
android:textSize=
"17sp"
android:textStyle=
"bold"
android:visibility=
"gone"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
/>
...
...
@@ -115,6 +115,27 @@ first scan may take a little time"
android:id=
"@+id/id_fl_native"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
app:layout_constraintBottom_toBottomOf=
"parent"
>
<io.supercharge.shimmerlayout.ShimmerLayout
android:id=
"@+id/shimmerLayout"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"bottom|center_horizontal"
android:layout_marginHorizontal=
"16dp"
android:layout_marginVertical=
"10dp"
app:shimmer_angle=
"25"
app:shimmer_animation_duration=
"2000"
app:shimmer_auto_start=
"true"
app:shimmer_color=
"#33ffffff"
app:shimmer_mask_width=
"0.2"
>
<ImageView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"@mipmap/adzhanweitu"
/>
</io.supercharge.shimmerlayout.ShimmerLayout>
</FrameLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
app/src/main/res/layout/activity_layout_clean_junk.xml
View file @
cf58da56
...
...
@@ -128,10 +128,33 @@
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"vertical"
>
<FrameLayout
android:id=
"@+id/id_fl_native"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
/>
android:layout_height=
"wrap_content"
>
<io.supercharge.shimmerlayout.ShimmerLayout
android:id=
"@+id/shimmerLayout"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"bottom|center_horizontal"
android:layout_marginHorizontal=
"16dp"
android:layout_marginVertical=
"10dp"
app:shimmer_angle=
"25"
app:shimmer_animation_duration=
"2000"
app:shimmer_auto_start=
"true"
app:shimmer_color=
"#33ffffff"
app:shimmer_mask_width=
"0.2"
>
<ImageView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"@mipmap/adzhanweitu"
/>
</io.supercharge.shimmerlayout.ShimmerLayout>
</FrameLayout>
<pokercc.android.expandablerecyclerview.ExpandableRecyclerView
android:id=
"@+id/ex_rv"
android:layout_width=
"match_parent"
...
...
app/src/main/res/layout/activity_layout_scan_junk.xml
View file @
cf58da56
...
...
@@ -157,5 +157,26 @@
android:id=
"@+id/id_fl_native"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
app:layout_constraintBottom_toBottomOf=
"parent"
>
<io.supercharge.shimmerlayout.ShimmerLayout
android:id=
"@+id/shimmerLayout"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"bottom|center_horizontal"
android:layout_marginHorizontal=
"16dp"
android:layout_marginVertical=
"10dp"
app:shimmer_angle=
"25"
app:shimmer_animation_duration=
"2000"
app:shimmer_auto_start=
"true"
app:shimmer_color=
"#33ffffff"
app:shimmer_mask_width=
"0.2"
>
<ImageView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"@mipmap/adzhanweitu"
/>
</io.supercharge.shimmerlayout.ShimmerLayout>
</FrameLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
app/src/main/res/layout/activity_layout_xingzuo_loading.xml
View file @
cf58da56
...
...
@@ -3,6 +3,7 @@
xmlns:app=
"http://schemas.android.com/apk/res-auto"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
xmlns:tools=
"http://schemas.android.com/tools"
android:background=
"@mipmap/bg"
android:orientation=
"vertical"
>
...
...
@@ -43,5 +44,27 @@
android:id=
"@+id/id_fl_native"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
app:layout_constraintBottom_toBottomOf=
"parent"
>
<io.supercharge.shimmerlayout.ShimmerLayout
android:id=
"@+id/shimmerLayout"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"bottom|center_horizontal"
android:layout_marginHorizontal=
"16dp"
android:layout_marginVertical=
"10dp"
app:shimmer_angle=
"25"
app:shimmer_animation_duration=
"2000"
app:shimmer_auto_start=
"true"
app:shimmer_color=
"#33ffffff"
app:shimmer_mask_width=
"0.2"
>
<ImageView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"@mipmap/adzhanweitu"
/>
</io.supercharge.shimmerlayout.ShimmerLayout>
</FrameLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
app/src/main/res/layout/activity_repeat.xml
View file @
cf58da56
...
...
@@ -120,7 +120,29 @@
<FrameLayout
android:id=
"@+id/fl_ad"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
/>
android:layout_height=
"wrap_content"
>
<io.supercharge.shimmerlayout.ShimmerLayout
android:id=
"@+id/shimmerLayout"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"bottom|center_horizontal"
android:layout_marginHorizontal=
"16dp"
android:layout_marginVertical=
"10dp"
app:shimmer_angle=
"25"
app:shimmer_animation_duration=
"2000"
app:shimmer_auto_start=
"true"
app:shimmer_color=
"#33ffffff"
app:shimmer_mask_width=
"0.2"
>
<ImageView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"@mipmap/adzhanweitu"
/>
</io.supercharge.shimmerlayout.ShimmerLayout>
</FrameLayout>
<FrameLayout
android:layout_width=
"match_parent"
...
...
app/src/main/res/layout/activity_repeat_animation.xml
View file @
cf58da56
...
...
@@ -32,10 +32,33 @@
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/lottie"
tools:ignore=
"HardcodedText"
/>
<FrameLayout
android:id=
"@+id/id_fl_native"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
app:layout_constraintBottom_toBottomOf=
"parent"
>
<io.supercharge.shimmerlayout.ShimmerLayout
android:id=
"@+id/shimmerLayout"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"bottom|center_horizontal"
android:layout_marginHorizontal=
"16dp"
android:layout_marginVertical=
"10dp"
app:shimmer_angle=
"25"
app:shimmer_animation_duration=
"2000"
app:shimmer_auto_start=
"true"
app:shimmer_color=
"#33ffffff"
app:shimmer_mask_width=
"0.2"
>
<ImageView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"@mipmap/adzhanweitu"
/>
</io.supercharge.shimmerlayout.ShimmerLayout>
</FrameLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
app/src/main/res/layout/activity_screen_shot.xml
View file @
cf58da56
...
...
@@ -118,7 +118,28 @@
<FrameLayout
android:id=
"@+id/fl_ad"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
/>
android:layout_height=
"wrap_content"
>
<io.supercharge.shimmerlayout.ShimmerLayout
android:id=
"@+id/shimmerLayout"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"bottom|center_horizontal"
android:layout_marginHorizontal=
"16dp"
android:layout_marginVertical=
"10dp"
app:shimmer_angle=
"25"
app:shimmer_animation_duration=
"2000"
app:shimmer_auto_start=
"true"
app:shimmer_color=
"#33ffffff"
app:shimmer_mask_width=
"0.2"
>
<ImageView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"@mipmap/adzhanweitu"
/>
</io.supercharge.shimmerlayout.ShimmerLayout>
</FrameLayout>
<FrameLayout
android:layout_width=
"match_parent"
...
...
app/src/main/res/layout/activity_screen_shot_animation.xml
View file @
cf58da56
...
...
@@ -45,9 +45,32 @@
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/lottie"
tools:ignore=
"HardcodedText"
/>
<FrameLayout
android:id=
"@+id/id_fl_native"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
app:layout_constraintBottom_toBottomOf=
"parent"
/>
app:layout_constraintBottom_toBottomOf=
"parent"
>
<io.supercharge.shimmerlayout.ShimmerLayout
android:id=
"@+id/shimmerLayout"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"bottom|center_horizontal"
android:layout_marginHorizontal=
"16dp"
android:layout_marginVertical=
"10dp"
app:shimmer_angle=
"25"
app:shimmer_animation_duration=
"2000"
app:shimmer_auto_start=
"true"
app:shimmer_color=
"#33ffffff"
app:shimmer_mask_width=
"0.2"
>
<ImageView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"@mipmap/adzhanweitu"
/>
</io.supercharge.shimmerlayout.ShimmerLayout>
</FrameLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
app/src/main/res/layout/activity_weather.xml
View file @
cf58da56
...
...
@@ -171,7 +171,28 @@
android:id=
"@+id/id_fl_ad"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
app:layout_constraintTop_toBottomOf=
"@+id/id_ll_today_weather"
/>
app:layout_constraintTop_toBottomOf=
"@+id/id_ll_today_weather"
>
<io.supercharge.shimmerlayout.ShimmerLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"bottom|center_horizontal"
android:layout_marginHorizontal=
"16dp"
android:layout_marginVertical=
"10dp"
app:shimmer_angle=
"25"
app:shimmer_animation_duration=
"2000"
app:shimmer_auto_start=
"true"
app:shimmer_color=
"#33ffffff"
app:shimmer_mask_width=
"0.2"
>
<ImageView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"@mipmap/adzhanweitu"
/>
</io.supercharge.shimmerlayout.ShimmerLayout>
</FrameLayout>
<LinearLayout
android:id=
"@+id/id_ll_weak"
...
...
@@ -242,7 +263,29 @@
android:id=
"@+id/id_fl_native"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"bottom"
/>
android:layout_gravity=
"bottom"
>
<io.supercharge.shimmerlayout.ShimmerLayout
android:id=
"@+id/shimmerLayout"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"bottom|center_horizontal"
android:layout_marginHorizontal=
"16dp"
android:layout_marginVertical=
"10dp"
app:shimmer_angle=
"25"
app:shimmer_animation_duration=
"2000"
app:shimmer_auto_start=
"true"
app:shimmer_color=
"#33ffffff"
app:shimmer_mask_width=
"0.2"
>
<ImageView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"@mipmap/adzhanweitu"
/>
</io.supercharge.shimmerlayout.ShimmerLayout>
</FrameLayout>
</FrameLayout>
...
...
app/src/main/res/layout/dialog_exit_app.xml
View file @
cf58da56
...
...
@@ -11,7 +11,29 @@
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginBottom=
"20dp"
app:layout_constraintBottom_toTopOf=
"@+id/iv"
/>
app:layout_constraintBottom_toTopOf=
"@+id/iv"
>
<io.supercharge.shimmerlayout.ShimmerLayout
android:id=
"@+id/shimmerLayout"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"bottom|center_horizontal"
android:layout_marginHorizontal=
"16dp"
android:layout_marginVertical=
"10dp"
app:shimmer_angle=
"25"
app:shimmer_animation_duration=
"2000"
app:shimmer_auto_start=
"true"
app:shimmer_color=
"#33ffffff"
app:shimmer_mask_width=
"0.2"
>
<ImageView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"@mipmap/adzhanweitu"
/>
</io.supercharge.shimmerlayout.ShimmerLayout>
</FrameLayout>
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width=
"match_parent"
...
...
app/src/main/res/layout/dialog_exit_function.xml
View file @
cf58da56
...
...
@@ -85,7 +85,29 @@
android:id=
"@+id/id_fl_native"
android:layout_width=
"345dp"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"10dp"
android:layout_gravity=
"center_horizontal"
/>
android:layout_gravity=
"center_horizontal"
android:layout_marginTop=
"10dp"
>
<io.supercharge.shimmerlayout.ShimmerLayout
android:id=
"@+id/shimmerLayout"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"bottom|center_horizontal"
android:layout_marginHorizontal=
"16dp"
android:layout_marginVertical=
"10dp"
app:shimmer_angle=
"25"
app:shimmer_animation_duration=
"2000"
app:shimmer_auto_start=
"true"
app:shimmer_color=
"#33ffffff"
app:shimmer_mask_width=
"0.2"
>
<ImageView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"@mipmap/adzhanweitu"
/>
</io.supercharge.shimmerlayout.ShimmerLayout>
</FrameLayout>
</androidx.appcompat.widget.LinearLayoutCompat>
\ No newline at end of file
app/src/main/res/layout/dialog_file_scan.xml
View file @
cf58da56
...
...
@@ -74,7 +74,29 @@
android:id=
"@+id/fl_ad"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginBottom=
"8dp"
/>
android:layout_marginBottom=
"8dp"
>
<io.supercharge.shimmerlayout.ShimmerLayout
android:id=
"@+id/shimmerLayout"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"bottom|center_horizontal"
android:layout_marginHorizontal=
"16dp"
android:layout_marginVertical=
"10dp"
app:shimmer_angle=
"25"
app:shimmer_animation_duration=
"2000"
app:shimmer_auto_start=
"true"
app:shimmer_color=
"#33ffffff"
app:shimmer_mask_width=
"0.2"
>
<ImageView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"@mipmap/adzhanweitu"
/>
</io.supercharge.shimmerlayout.ShimmerLayout>
</FrameLayout>
<TextView
android:id=
"@+id/tv_btn"
...
...
app/src/main/res/layout/fragment_home_3.xml
View file @
cf58da56
...
...
@@ -371,7 +371,29 @@
<FrameLayout
android:id=
"@+id/id_fl_native"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
/>
android:layout_height=
"wrap_content"
>
<io.supercharge.shimmerlayout.ShimmerLayout
android:id=
"@+id/shimmerLayout"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"bottom|center_horizontal"
android:layout_marginHorizontal=
"16dp"
android:layout_marginVertical=
"10dp"
app:shimmer_angle=
"25"
app:shimmer_animation_duration=
"2000"
app:shimmer_auto_start=
"true"
app:shimmer_color=
"#33ffffff"
app:shimmer_mask_width=
"0.2"
>
<ImageView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"@mipmap/adzhanweitu"
/>
</io.supercharge.shimmerlayout.ShimmerLayout>
</FrameLayout>
<TextView
android:layout_width=
"wrap_content"
...
...
app/src/main/res/layout/fragment_recovery.xml
View file @
cf58da56
...
...
@@ -31,11 +31,34 @@
android:textSize=
"15sp"
android:textStyle=
"bold"
tools:ignore=
"HardcodedText"
/>
<FrameLayout
android:id=
"@+id/fl_ad"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"5dp"
/>
android:layout_marginTop=
"5dp"
>
<io.supercharge.shimmerlayout.ShimmerLayout
android:id=
"@+id/shimmerLayout"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"bottom|center_horizontal"
android:layout_marginHorizontal=
"16dp"
android:layout_marginVertical=
"10dp"
app:shimmer_angle=
"25"
app:shimmer_animation_duration=
"2000"
app:shimmer_auto_start=
"true"
app:shimmer_color=
"#33ffffff"
app:shimmer_mask_width=
"0.2"
>
<ImageView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"@mipmap/adzhanweitu"
/>
</io.supercharge.shimmerlayout.ShimmerLayout>
</FrameLayout>
<androidx.cardview.widget.CardView
android:id=
"@+id/card_ry_photos"
...
...
app/src/main/res/layout/fragment_recycle_bin.xml
View file @
cf58da56
...
...
@@ -45,7 +45,29 @@
<FrameLayout
android:id=
"@+id/id_fl_native"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
/>
android:layout_height=
"wrap_content"
>
<io.supercharge.shimmerlayout.ShimmerLayout
android:id=
"@+id/shimmerLayout"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"bottom|center_horizontal"
android:layout_marginHorizontal=
"16dp"
android:layout_marginVertical=
"10dp"
app:shimmer_angle=
"25"
app:shimmer_animation_duration=
"2000"
app:shimmer_auto_start=
"true"
app:shimmer_color=
"#33ffffff"
app:shimmer_mask_width=
"0.2"
>
<ImageView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"@mipmap/adzhanweitu"
/>
</io.supercharge.shimmerlayout.ShimmerLayout>
</FrameLayout>
<FrameLayout
android:layout_width=
"match_parent"
...
...
app/src/main/res/layout/item_layout_reslut2.xml
View file @
cf58da56
...
...
@@ -68,8 +68,31 @@
app:drawableEndCompat=
"@mipmap/jian"
/>
</androidx.appcompat.widget.LinearLayoutCompat>
<FrameLayout
android:id=
"@+id/id_fl_native"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
/>
android:layout_height=
"wrap_content"
>
<io.supercharge.shimmerlayout.ShimmerLayout
android:id=
"@+id/shimmerLayout"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"bottom|center_horizontal"
android:layout_marginHorizontal=
"16dp"
android:layout_marginVertical=
"10dp"
app:shimmer_angle=
"25"
app:shimmer_animation_duration=
"2000"
app:shimmer_auto_start=
"true"
app:shimmer_color=
"#33ffffff"
app:shimmer_mask_width=
"0.2"
>
<ImageView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"@mipmap/adzhanweitu"
/>
</io.supercharge.shimmerlayout.ShimmerLayout>
</FrameLayout>
</LinearLayout>
\ No newline at end of file
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