aboutsummaryrefslogtreecommitdiff
path: root/res/xml/settings.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-02-22 11:08:49 -0800
committerScott Jackson <daneren2005@gmail.com>2015-02-22 11:08:49 -0800
commite239b215a067e2d1de7201f0b9182cdcf59d818b (patch)
treee35d29bba39f511e1d1642565452f4e87801b71d /res/xml/settings.xml
parent43cbeb065de81f18b63331b8e98f325e79fda3ef (diff)
downloaddsub-e239b215a067e2d1de7201f0b9182cdcf59d818b.tar.gz
dsub-e239b215a067e2d1de7201f0b9182cdcf59d818b.tar.bz2
dsub-e239b215a067e2d1de7201f0b9182cdcf59d818b.zip
#320 Start of option to pass traffic while casting through device proxy
Diffstat (limited to 'res/xml/settings.xml')
-rw-r--r--res/xml/settings.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/xml/settings.xml b/res/xml/settings.xml
index 8b53a6fa..91b9ea1a 100644
--- a/res/xml/settings.xml
+++ b/res/xml/settings.xml
@@ -361,6 +361,16 @@
</PreferenceCategory>
<PreferenceCategory
+ android:title="@string/settings.casting">
+
+ <CheckBoxPreference
+ android:title="@string/settings.casting_proxy"
+ android:summary="@string/settings.casting_proxy_summary"
+ android:key="castProxy"
+ android:defaultValue="false"/>
+ </PreferenceCategory>
+
+ <PreferenceCategory
android:title="@string/settings.replay_gain">
<CheckBoxPreference