From e3d672f395b2f1ecf73ade613f38ad5de9416bac Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 30 Aug 2019 11:53:22 +0800 Subject: Minor bugs fixed. Fixed circular progress bar background in UserListingFragment and SubredditListFragment. --- app/src/main/res/layout/fragment_subreddit_listing.xml | 2 +- app/src/main/res/layout/fragment_user_listing.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/fragment_subreddit_listing.xml b/app/src/main/res/layout/fragment_subreddit_listing.xml index acc31dab..26c1c8fa 100644 --- a/app/src/main/res/layout/fragment_subreddit_listing.xml +++ b/app/src/main/res/layout/fragment_subreddit_listing.xml @@ -13,9 +13,9 @@ android:layout_height="wrap_content" android:layout_marginTop="16dp" android:layout_marginBottom="16dp" - android:background="@color/backgroundColor" app:mlpb_progress_stoke_width="3dp" app:mlpb_progress_color="@color/colorAccent" + app:mlpb_background_color="@color/circularProgressBarBackground" android:layout_gravity="center_horizontal"/>