1
0
mirror of https://github.com/etesync/android synced 2024-11-29 11:28:19 +00:00
etesync-android/res/xml/general_settings.xml
rfc2822 2e6a3efd25 Version bump to 0.6.7
* a few fixes for SRV service detection
* localization strings cleanup
* new policy for localization: translators are only mentioned on their own translation from now on
2014-11-08 17:32:54 +01:00

11 lines
645 B
XML

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
<CheckBoxPreference
android:key="disable_compression"
android:summaryOff="@string/settings_http_compression_enabled"
android:summaryOn="@string/settings_http_compression_disabled"
android:title="@string/settings_disable_http_compression" />
<CheckBoxPreference android:title="@string/settings_network_logging" android:summaryOn="@string/settings_network_logging_enabled" android:key="network_logging" android:summaryOff="@string/settings_network_logging_disabled"/>
</PreferenceScreen>