view_empty_userdetail_jineng.xml 1.09 KB
<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:gravity="center"
        android:orientation="vertical">

        <ImageView
            android:id="@+id/iv_empty"
            android:layout_width="99dp"
            android:layout_height="99dp"
            android:layout_marginTop="60dp"
            android:visibility="gone"
            android:src="@drawable/img_public_empty" />

        <TextView
            android:id="@+id/tv_empty_text"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginTop="191dp"
            android:layout_gravity="center"
            android:text="暂无内容"
            android:textColor="#ff999999"
            android:textSize="14sp" />

    </LinearLayout>
</android.support.v4.widget.NestedScrollView>