parent
2a98693ed4
commit
f1359d1864
@ -1,20 +1,23 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||||
<LinearLayout |
<RelativeLayout 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="match_parent" |
android:layout_height="match_parent" |
||||||
android:gravity="center" |
android:id="@+id/footer_container"> |
||||||
android:orientation="vertical"> |
|
||||||
|
|
||||||
<LinearLayout |
|
||||||
android:layout_width="wrap_content" |
|
||||||
android:layout_height="wrap_content" |
|
||||||
android:orientation="horizontal" |
|
||||||
android:layout_gravity="center"> |
|
||||||
<ProgressBar |
<ProgressBar |
||||||
android:id="@+id/footer_progress_bar" |
android:id="@+id/footer_progress_bar" |
||||||
android:layout_width="wrap_content" |
android:layout_width="wrap_content" |
||||||
android:layout_height="wrap_content" /> |
android:layout_height="wrap_content" |
||||||
</LinearLayout> |
android:layout_centerInParent="true" |
||||||
|
android:indeterminate="true" /> |
||||||
|
|
||||||
|
<TextView |
||||||
|
android:id="@+id/footer_end_message" |
||||||
|
android:layout_width="wrap_content" |
||||||
|
android:layout_height="wrap_content" |
||||||
|
android:text="@string/footer_empty" |
||||||
|
android:textAlignment="center" |
||||||
|
android:layout_centerInParent="true" |
||||||
|
android:drawablePadding="16dp" /> |
||||||
|
|
||||||
</LinearLayout> |
</RelativeLayout> |
@ -1,25 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<LinearLayout |
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android" |
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
||||||
android:layout_width="match_parent" |
|
||||||
android:layout_height="match_parent" |
|
||||||
android:padding="16dp" |
|
||||||
android:gravity="center" |
|
||||||
android:orientation="vertical"> |
|
||||||
|
|
||||||
<ImageView |
|
||||||
android:id="@+id/imageView" |
|
||||||
android:layout_width="match_parent" |
|
||||||
android:layout_height="wrap_content" |
|
||||||
app:srcCompat="@drawable/elephant_friend" /> |
|
||||||
|
|
||||||
<TextView |
|
||||||
android:id="@+id/textView" |
|
||||||
android:layout_width="match_parent" |
|
||||||
android:layout_height="wrap_content" |
|
||||||
android:layout_marginTop="16dp" |
|
||||||
android:text="@string/footer_empty" |
|
||||||
android:textAlignment="center" /> |
|
||||||
|
|
||||||
</LinearLayout> |
|
@ -1,9 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<LinearLayout |
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android" |
|
||||||
android:layout_width="match_parent" |
|
||||||
android:layout_height="match_parent" |
|
||||||
android:gravity="center" |
|
||||||
android:orientation="vertical"> |
|
||||||
|
|
||||||
</LinearLayout> |
|
Loading…
Reference in new issue