mirror of
https://github.com/gsantner/dandelion
synced 2025-12-11 06:41:11 +01:00
Made SettingsActivity use correct sharedPrefs, made FontSize and loadImages preferences work, removed unused code, moved webview initialization code in own method
This commit is contained in:
parent
8466c279bb
commit
766a854a92
5 changed files with 66 additions and 152 deletions
|
|
@ -6,8 +6,8 @@
|
|||
<ListPreference
|
||||
android:title="@string/pref_title_font_size"
|
||||
android:key="pref_key_font_size"
|
||||
android:summary="%s"
|
||||
android:dialogTitle="@string/pref_title_font_size"
|
||||
android:summary="%s"
|
||||
android:entries="@array/pref_entries_font_size"
|
||||
android:entryValues="@array/pref_entry_values_font_size" />
|
||||
<CheckBoxPreference
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue