1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-12-10 22:31:12 +01:00

Moved desktop/mobile toggle from settingsactivity to bottom bar, updated german translations, removed unused settings methods

This commit is contained in:
vanitasvitae 2016-06-17 19:43:28 +02:00
parent 85e54f03e9
commit b807939652
7 changed files with 33 additions and 20 deletions

View file

@ -10,11 +10,6 @@
android:summary="%s"
android:entries="@array/pref_entries_font_size"
android:entryValues="@array/pref_entry_values_font_size" />
<CheckBoxPreference
android:title="@string/pref_title_desktop_view"
android:summary="@string/pref_desc_desktop_view"
android:key="pref_key_desktop_mode"
android:defaultValue="false"/>
</PreferenceCategory>
<PreferenceCategory