|
|
@@ -0,0 +1,19 @@
|
|
|
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center_horizontal|top"
|
|
|
+ android:drawableBottom="@drawable/icon_not_found"
|
|
|
+ android:drawablePadding="5dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:padding="10dp"
|
|
|
+ android:text="今天暂时没有数据 \n向上拉取前一天数据"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="@dimen/SmallerTextSize" />
|
|
|
+
|
|
|
+</FrameLayout>
|