mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 02:36:24 -04:00
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
This commit is contained in:
parent
59a5b6ab73
commit
5e1f8207bc
@ -27,11 +27,12 @@
|
|||||||
android:summary="@string/pref_hidetoolbar_summary"
|
android:summary="@string/pref_hidetoolbar_summary"
|
||||||
android:title="@string/pref_hidetoolbar"/>
|
android:title="@string/pref_hidetoolbar"/>
|
||||||
|
|
||||||
<!-- <org.kiwix.kiwixmobile.settings.CustomSwitchPreference
|
<org.kiwix.kiwixmobile.settings.CustomSwitchPreference
|
||||||
|
android:enabled="false"
|
||||||
android:defaultValue="true"
|
android:defaultValue="true"
|
||||||
android:key="pref_bottomtoolbar"
|
android:key="pref_bottomtoolbar"
|
||||||
android:summary="@string/pref_bottomtoolbar_summary"
|
android:summary="@string/pref_bottomtoolbar_summary"
|
||||||
android:title="@string/pref_bottomtoolbar"/>-->
|
android:title="@string/pref_bottomtoolbar"/>
|
||||||
|
|
||||||
|
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
3
gradle/wrapper/gradle-wrapper.properties
vendored
3
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,5 +1,6 @@
|
|||||||
|
#Sun Jun 16 15:57:45 CDT 2019
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-bin.zip
|
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user