Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
A
appzxhy
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
appzxhy
Commits
913d5abd
Commit
913d5abd
authored
Jun 17, 2025
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[拆包]大文件功能ui
parent
94b6e416
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
4 deletions
+20
-4
img_queshengye_large.png
app/src/main/res/drawable-xxhdpi/img_queshengye_large.png
+0
-0
activity_large_file_clean.xml
app/src/main/res/layout/activity_large_file_clean.xml
+19
-4
strings.xml
app/src/main/res/values/strings.xml
+1
-0
No files found.
app/src/main/res/drawable-xxhdpi/img_queshengye_large.png
0 → 100644
View file @
913d5abd
18.8 KB
app/src/main/res/layout/activity_large_file_clean.xml
View file @
913d5abd
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:background=
"@color/color_f7fafa"
>
...
...
@@ -171,16 +172,30 @@
android:src=
"@drawable/zhanwei1"
/>
</com.base.appzxhy.business.ads.NativeParentView>
<
androidx.appcompat.widget.AppCompatImageView
<
LinearLayout
android:id=
"@+id/iv_empty"
android:layout_width=
"@dimen/dp_150"
android:layout_height=
"@dimen/dp_150"
android:src=
"@drawable/queshengtu"
android:layout_height=
"wrap_content"
android:gravity=
"center_horizontal"
android:orientation=
"vertical"
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_constraintTop_toTopOf=
"parent"
tools:visibility=
"visible"
>
<androidx.appcompat.widget.AppCompatImageView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:src=
"@drawable/img_queshengye_large"
/>
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"@dimen/dp_18"
android:text=
"@string/content_not_found"
/>
</LinearLayout>
<androidx.recyclerview.widget.RecyclerView
android:id=
"@+id/rv_large_file"
...
...
app/src/main/res/values/strings.xml
View file @
913d5abd
...
...
@@ -236,6 +236,7 @@ Please rest assured that we will handle your information in strict accordance wi
<string
name=
"video_clean"
>
Video Clean
</string>
<string
name=
"thank_you_very_much"
>
Thank you very much for taking the time to rate us.
</string>
<string
name=
"view"
>
View
</string>
<string
name=
"content_not_found"
>
Content not found
</string>
</resources>
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