1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-12-12 15:21:11 +01:00

Added first design of a SettingsActivity

This commit is contained in:
vanitasvitae 2016-06-09 22:21:49 +02:00
parent cb3fc08df6
commit ec922f139f
5 changed files with 126 additions and 1 deletions

View file

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Categories -->
<string name="pref_category_visuals">Look and Feel</string>
<string name="pref_category_network">Network</string>
<!-- Visuals -->
<!-- Font size -->
<string name="pref_title_font_size">Font size</string>
<array name="pref_entries_font_size">
<item>Normal</item>
<item>Large</item>
<item>Huge</item>
</array>
<array name="pref_entry_values_font_size" translatable="false">
<item>normal</item>
<item>big</item>
<item>huge</item>
</array>
<!-- Mobile/Desktop view -->
<string name="pref_title_desktop_view">Desktop mode</string>
<string name="pref_desc_desktop_view">Load full desktop site instead of mobile view</string>
<!-- Load images -->
<string name="pref_title_load_images">Load images</string>
<string name="pref_desc_load_images">You can disable image loading to safe mobile data</string>
<!-- Proxy -->
<string name="pref_title_proxy_enabled">Enable Proxy</string>
<string name="pref_title_proxy_host">Host</string>
<string name="pref_title_proxy_port">Port</string>
</resources>