Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
D
Data Recovery White
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
Data Recovery White
Commits
e4ebb741
Commit
e4ebb741
authored
Jul 09, 2024
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
...ui
parent
751b11ff
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
40 deletions
+35
-40
PrivacyPageFragment.kt
...ava/com/base/datarecovery/fragment/PrivacyPageFragment.kt
+1
-1
fragment_privacy_page.xml
app/src/main/res/layout/fragment_privacy_page.xml
+34
-39
No files found.
app/src/main/java/com/base/datarecovery/fragment/PrivacyPageFragment.kt
View file @
e4ebb741
...
...
@@ -110,7 +110,7 @@ class PrivacyPageFragment(
},
onFinish
=
{
if
(
list
.
isNotEmpty
())
{
binding
.
f
lEmpty
.
visibility
=
View
.
GONE
binding
.
l
lEmpty
.
visibility
=
View
.
GONE
binding
.
rv
.
visibility
=
View
.
VISIBLE
binding
.
ivAdd
.
visibility
=
View
.
VISIBLE
binding
.
tvManager
.
visibility
=
View
.
VISIBLE
...
...
app/src/main/res/layout/fragment_privacy_page.xml
View file @
e4ebb741
...
...
@@ -45,25 +45,21 @@
app:spanCount=
"4"
/>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
<FrameLayout
android:id=
"@+id/fl_empty"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
<LinearLayout
android:id=
"@+id/ll_empty"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center_horizontal|bottom"
android:orientation=
"vertical"
>
<ImageView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:layout_marginBottom=
"50dp"
android:src=
"@mipmap/kongwenjian"
tools:ignore=
"ContentDescription"
/>
<LinearLayout
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center_horizontal|bottom"
android:orientation=
"vertical"
>
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
...
...
@@ -95,7 +91,6 @@
</FrameLayout>
</FrameLayout>
</LinearLayout>
...
...
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