From 93a9ad9ece6df6cd210ca03be26bd74a760cb90f Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Thu, 27 Dec 2018 15:14:10 +0800 Subject: Display a MaterialLoadingProgressBar instead of a ProgressBar when loading posts. Correctly handle the visibility of the MaterialLoadingProgressBar when loading posts. --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index c9d61af9..903953de 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -71,4 +71,5 @@ dependencies { implementation 'com.github.santalu:aspect-ratio-imageview:1.0.6' implementation 'com.felipecsl:gifimageview:2.2.0' implementation "android.arch.paging:runtime:1.0.1" + implementation "com.lsjwzh:materialloadingprogressbar:0.5.8-RELEASE" } -- cgit v1.2.3