Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YDL-Component-Medical
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨凯
YDL-Component-Medical
Commits
8f4e2322
Commit
8f4e2322
authored
Jun 15, 2022
by
fengquan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 倾诉列表添加空白页图片替换
parent
02f43bf2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
13 deletions
+7
-13
confide_empty_layout.xml
m-confide/src/main/res/layout/confide_empty_layout.xml
+7
-13
No files found.
m-confide/src/main/res/layout/confide_empty_layout.xml
View file @
8f4e2322
...
...
@@ -2,26 +2,23 @@
<RelativeLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:layout_width=
"match_parent"
android:background=
"@color/white"
android:layout_height=
"
match_par
ent"
>
android:layout_height=
"
wrap_cont
ent"
>
<LinearLayout
android:id=
"@+id/empty_rl"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_centerHorizontal=
"true"
android:gravity=
"center_horizontal"
android:layout_marginTop=
"100dp"
android:orientation=
"vertical"
>
<View
android:layout_width=
"1dp"
android:layout_height=
"0dp"
android:layout_weight=
"2"
/>
<ImageView
android:id=
"@+id/empty_img"
android:layout_width=
"180dp"
android:layout_height=
"120dp"
android:src=
"@drawable/platform_
ydl_net_loss
"
/>
android:src=
"@drawable/platform_
ico_img_zixun_empty
"
/>
<TextView
android:id=
"@+id/hint_msg"
...
...
@@ -32,10 +29,7 @@
android:textColor=
"@color/platform_color_999999"
android:textSize=
"14dp"
/>
<View
android:layout_width=
"1dp"
android:layout_height=
"0dp"
android:layout_weight=
"10"
/>
</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