Commit 8f4e2322 by fengquan

feat: 倾诉列表添加空白页图片替换

parent 02f43bf2
......@@ -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_parent">
android:layout_height="wrap_content">
<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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment