aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_footer_progress_bar.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2018-08-20 14:33:00 +0000
committerAlex Ning <chineseperson5@gmail.com>2018-08-20 14:33:00 +0000
commit0fa03cba2150a2225677d6abe611c63510e428ee (patch)
treec7a318add5959fd7833d2b04bb328bcb2ba1e829 /app/src/main/res/layout/item_footer_progress_bar.xml
parent07b32b39007136ac8f6e326da791562a107716ad (diff)
downloadinfinity-for-reddit-0fa03cba2150a2225677d6abe611c63510e428ee.tar
infinity-for-reddit-0fa03cba2150a2225677d6abe611c63510e428ee.tar.gz
infinity-for-reddit-0fa03cba2150a2225677d6abe611c63510e428ee.tar.bz2
infinity-for-reddit-0fa03cba2150a2225677d6abe611c63510e428ee.tar.lz
infinity-for-reddit-0fa03cba2150a2225677d6abe611c63510e428ee.tar.xz
infinity-for-reddit-0fa03cba2150a2225677d6abe611c63510e428ee.tar.zst
infinity-for-reddit-0fa03cba2150a2225677d6abe611c63510e428ee.zip
Rename some classes and layout resources. Feature added: view posts in ViewSubredditDetailActivity.
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.xml2
1 files changed, 2 insertions, 0 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 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"