From 0fa03cba2150a2225677d6abe611c63510e428ee Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Mon, 20 Aug 2018 22:33:00 +0800 Subject: Rename some classes and layout resources. Feature added: view posts in ViewSubredditDetailActivity. --- app/src/main/res/layout/item_footer_progress_bar.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/src/main/res/layout/item_footer_progress_bar.xml') 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 9f2347ec..86e1a1a9 100644 --- a/app/src/main/res/layout/item_footer_progress_bar.xml +++ b/app/src/main/res/layout/item_footer_progress_bar.xml @@ -10,6 +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_marginBottom="16dp" android:layout_gravity="center" /> @@ -17,6 +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_marginBottom="16dp" android:layout_marginLeft="16dp" android:layout_marginStart="16dp" -- cgit v1.2.3