From 5e1f8207bcf7b3b4bc03f83ae4563d15b05846c7 Mon Sep 17 00:00:00 2001 From: Justin Biggs Date: Sun, 16 Jun 2019 17:42:12 -0500 Subject: [PATCH] Added in the setting option in the xml layout file, but disabled it so that the bottom toolbar would satisfy the requirement of being force-enabled --- app/src/main/res/xml/preferences.xml | 5 +++-- gradle/wrapper/gradle-wrapper.properties | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 6d5242f92..c4b2bf9d1 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -27,11 +27,12 @@ android:summary="@string/pref_hidetoolbar_summary" android:title="@string/pref_hidetoolbar"/> - + android:title="@string/pref_bottomtoolbar"/> diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index f4d7b2bf6..04e9a05e1 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,6 @@ +#Sun Jun 16 15:57:45 CDT 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip