summaryrefslogtreecommitdiffstats
path: root/DeviceSettings/res/xml/dock_preferences.xml
diff options
context:
space:
mode:
authorDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-06-09 10:30:53 +0200
committerDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-06-09 10:30:53 +0200
commit32c24f332a5acf61bb01d1c90eac448ad82cfce5 (patch)
tree0fa8083bc3808d3d2238c6936da004ab62bf97b8 /DeviceSettings/res/xml/dock_preferences.xml
parent2deaf66c4646e6bca85cd1900798b8bb18cc900c (diff)
downloaddevice_samsung_i9100-32c24f332a5acf61bb01d1c90eac448ad82cfce5.zip
device_samsung_i9100-32c24f332a5acf61bb01d1c90eac448ad82cfce5.tar.gz
device_samsung_i9100-32c24f332a5acf61bb01d1c90eac448ad82cfce5.tar.bz2
i9100: move device settings to common
Change-Id: I5c2d1fe1b8e54ffda62650d4c089443705d26f95
Diffstat (limited to 'DeviceSettings/res/xml/dock_preferences.xml')
-rw-r--r--DeviceSettings/res/xml/dock_preferences.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/DeviceSettings/res/xml/dock_preferences.xml b/DeviceSettings/res/xml/dock_preferences.xml
deleted file mode 100644
index 5f5fdf4..0000000
--- a/DeviceSettings/res/xml/dock_preferences.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
- <PreferenceCategory
- android:title="@string/dockaudio_subcat_title">
- <!-- Use Dock Audio -->
- <CheckBoxPreference
- android:key="dock_audio"
- android:title="@string/use_dock_audio_title_head"
- android:summary="@string/use_dock_audio_summary_head"
- />
- </PreferenceCategory>
-</PreferenceScreen>
-