aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_footer_progress_bar.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/item_footer_progress_bar.xml')
-rw-r--r--app/src/main/res/layout/item_footer_progress_bar.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/src/main/res/layout/item_footer_progress_bar.xml b/app/src/main/res/layout/item_footer_progress_bar.xml
index 86e1a1a9..a84af3bc 100644
--- a/app/src/main/res/layout/item_footer_progress_bar.xml
+++ b/app/src/main/res/layout/item_footer_progress_bar.xml
@@ -10,7 +10,7 @@
android:id="@+id/progress_bar_footer_progress_bar_item"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginTop="8dp"
+ android:layout_marginTop="16dp"
android:layout_marginBottom="16dp"
android:layout_gravity="center" />
@@ -18,7 +18,7 @@
android:id="@+id/relative_layout_footer_progress_bar_item"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginTop="8dp"
+ android:layout_marginTop="16dp"
android:layout_marginBottom="16dp"
android:layout_marginLeft="16dp"
android:layout_marginStart="16dp"
@@ -41,6 +41,7 @@
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_centerVertical="true"
+ android:background="@color/colorAccent"
android:text="@string/retry" />
</RelativeLayout>