|
@@ -2,13 +2,14 @@
|
|
|
<FrameLayout
|
|
<FrameLayout
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/dp_150">
|
|
|
|
|
|
|
+ android:paddingBottom="@dimen/dp_15"
|
|
|
|
|
+ android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:id="@+id/load_more_loading_view"
|
|
android:id="@+id/load_more_loading_view"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
- android:paddingTop="@dimen/dp_20"
|
|
|
|
|
|
|
+ android:paddingTop="@dimen/dp_15"
|
|
|
android:gravity="center_horizontal"
|
|
android:gravity="center_horizontal"
|
|
|
android:orientation="horizontal">
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
@@ -40,7 +41,7 @@
|
|
|
android:id="@+id/tv_prompt"
|
|
android:id="@+id/tv_prompt"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="@dimen/dp_20"
|
|
|
|
|
|
|
+ android:layout_marginTop="@dimen/dp_15"
|
|
|
android:layout_gravity="center_horizontal"
|
|
android:layout_gravity="center_horizontal"
|
|
|
android:text="@string/custom_load_failed"/>
|
|
android:text="@string/custom_load_failed"/>
|
|
|
|
|
|
|
@@ -75,7 +76,7 @@
|
|
|
<TextView
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="@dimen/dp_20"
|
|
|
|
|
|
|
+ android:layout_marginTop="@dimen/dp_15"
|
|
|
android:layout_gravity="center_horizontal"
|
|
android:layout_gravity="center_horizontal"
|
|
|
android:text="@string/custom_load_complete"
|
|
android:text="@string/custom_load_complete"
|
|
|
android:textColor="@android:color/darker_gray"/>
|
|
android:textColor="@android:color/darker_gray"/>
|