Newer
Older
VipVideo / app / src / main / res / layout / layout_empty.xml
bello on 21 Jan 2021 462 bytes 下载功能
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <TextView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_gravity="center"
        android:gravity="center"
        android:text="无数据"
        android:textColor="@color/white" />

</FrameLayout>