mirror of
https://github.com/etesync/android
synced 2024-12-03 05:18:27 +00:00
11 lines
591 B
XML
11 lines
591 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/http_compression_enabled"
|
||
|
android:summaryOn="@string/http_compression_disabled"
|
||
|
android:title="@string/disable_http_compression" />
|
||
|
<CheckBoxPreference android:title="@string/network_logging" android:summaryOn="@string/network_logging_enabled" android:key="network_logging" android:summaryOff="@string/network_logging_disabled"/>
|
||
|
|
||
|
</PreferenceScreen>
|