diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-08-30 03:53:22 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-08-30 03:53:22 +0000 |
commit | e3d672f395b2f1ecf73ade613f38ad5de9416bac (patch) | |
tree | 5a6d781b77bbcc61df1e2158ab8172f6e0b27ae4 /app/src/main/res | |
parent | a5a77fca04debc52d7ac02181f0d6e0e9b8db052 (diff) | |
download | infinity-for-reddit-e3d672f395b2f1ecf73ade613f38ad5de9416bac.tar infinity-for-reddit-e3d672f395b2f1ecf73ade613f38ad5de9416bac.tar.gz infinity-for-reddit-e3d672f395b2f1ecf73ade613f38ad5de9416bac.tar.bz2 infinity-for-reddit-e3d672f395b2f1ecf73ade613f38ad5de9416bac.tar.lz infinity-for-reddit-e3d672f395b2f1ecf73ade613f38ad5de9416bac.tar.xz infinity-for-reddit-e3d672f395b2f1ecf73ade613f38ad5de9416bac.tar.zst infinity-for-reddit-e3d672f395b2f1ecf73ade613f38ad5de9416bac.zip |
Minor bugs fixed. Fixed circular progress bar background in UserListingFragment and SubredditListFragment.
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/fragment_subreddit_listing.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/layout/fragment_user_listing.xml | 2 |
2 files changed, 2 insertions, 2 deletions
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"/> <androidx.recyclerview.widget.RecyclerView diff --git a/app/src/main/res/layout/fragment_user_listing.xml b/app/src/main/res/layout/fragment_user_listing.xml index bdd39dab..c44298ad 100644 --- a/app/src/main/res/layout/fragment_user_listing.xml +++ b/app/src/main/res/layout/fragment_user_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"/> <androidx.recyclerview.widget.RecyclerView |