Removed the "hide bottom bar" feature.

This commit is contained in:
Karim Abou Zeid 2015-10-18 18:25:38 +02:00
commit 4e24bc0404
4 changed files with 0 additions and 21 deletions

View file

@ -12,14 +12,6 @@
android:positiveButtonText="@null"
android:title="@string/pref_title_set_default_start_page" />
<CheckBoxPreference
android:defaultValue="false"
android:key="hide_bottom_bar"
android:layout="@layout/preference_custom"
android:summary="@string/pref_summary_hide_bottom_bar"
android:title="@string/pref_title_hide_bottom_bar"
android:widgetLayout="@layout/preference_dynamic_checkbox" />
</com.kabouzeid.gramophone.prefs.DynamicPreferenceCategory>
</PreferenceScreen>