From 85f7b16736de73ec1abf230ddf285e06400b5246 Mon Sep 17 00:00:00 2001 From: Vavassor Date: Wed, 31 May 2017 20:50:11 -0400 Subject: [PATCH] Removes "fillable loader" library, since it's no longer used for the splash screen. --- app/build.gradle | 1 - app/src/main/res/layout/activity_about.xml | 10 +++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6453f7c53..83c2245e6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,7 +45,6 @@ dependencies { compile 'com.jakewharton.picasso:picasso2-okhttp3-downloader:1.1.0' compile 'com.pkmmte.view:circularimageview:1.1' compile 'com.github.varunest:sparkbutton:1.0.5' - compile 'com.mikhaellopez:circularfillableloaders:1.2.0' compile 'com.github.chrisbanes:PhotoView:2.0.0' compile 'com.mikepenz:google-material-typeface:3.0.1.0.original@aar' compile 'com.github.arimorty:floatingsearchview:2.0.4' diff --git a/app/src/main/res/layout/activity_about.xml b/app/src/main/res/layout/activity_about.xml index c36fd02be..3a595f1d5 100644 --- a/app/src/main/res/layout/activity_about.xml +++ b/app/src/main/res/layout/activity_about.xml @@ -30,16 +30,12 @@ android:paddingTop="16dp" android:paddingBottom="16dp"> - + android:contentDescription="@null" />