mch_fm_banlance_bb.xml 1.1 KB
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical" android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="#ffffff">

    <com.mch.smartrefresh.layout.SmartRefreshLayout
        android:id="@+id/layout_havedata"
        android:layout_width="match_parent"
        android:layout_height="match_parent">
        <ListView
            android:id="@+id/list_msg"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:overScrollMode="never"
            android:scrollbars="none"
            android:divider="@null"
            />
    </com.mch.smartrefresh.layout.SmartRefreshLayout>
   <TextView
       android:id="@+id/tv_mch_nodata"
       android:layout_width="match_parent"
       android:layout_height="match_parent"
       android:text="暂无绑币余额"
       android:textSize="15dp"
       android:textColor="#666666"
       android:paddingTop="106dp"
       android:visibility="gone"
       android:gravity="center_horizontal"
       />
</LinearLayout>