ui_empty_view.xml
441 字节
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/empty_view"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
style="@style/ui_MultipleStatusView.Content"
android:id="@+id/empty_retry_view"
android:textSize="25sp"
android:text="@string/ui_empty_view_hint"/>
</RelativeLayout>