summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2013-08-08 10:38:50 -0700
committerAlan Viverette <alanv@google.com>2013-08-08 12:51:54 -0700
commit660223ff430022aeabc7fb5947d1e1a5116f57d7 (patch)
tree198c45c0bf70aa138d8b554904a10c87985a20e7 /res/xml
parentb14698ee6063960d48a691add890a5072f89ea2e (diff)
downloadpackages_apps_Settings-660223ff430022aeabc7fb5947d1e1a5116f57d7.tar.gz
packages_apps_Settings-660223ff430022aeabc7fb5947d1e1a5116f57d7.tar.bz2
packages_apps_Settings-660223ff430022aeabc7fb5947d1e1a5116f57d7.zip
Update captioning settings to match final design
BUG: 9926077 Change-Id: I058c05643f33aca89327f23bcdee53dd8afb3bbb
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/captioning_settings.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/res/xml/captioning_settings.xml b/res/xml/captioning_settings.xml
index 664505acb..977394307 100644
--- a/res/xml/captioning_settings.xml
+++ b/res/xml/captioning_settings.xml
@@ -47,7 +47,6 @@
android:key="custom"
android:title="@string/captioning_custom_options_title" >
<ListPreference
- android:dependency="captioning_preset"
android:entries="@array/captioning_typeface_selector_titles"
android:entryValues="@array/captioning_typeface_selector_values"
android:key="captioning_typeface"
@@ -56,13 +55,11 @@
android:title="@string/captioning_typeface" />
<com.android.settings.accessibility.ColorPreference
- android:dependency="captioning_preset"
android:key="captioning_foreground_color"
android:persistent="false"
android:title="@string/captioning_foreground_color" />
<com.android.settings.accessibility.EdgeTypePreference
- android:dependency="captioning_preset"
android:key="captioning_edge_type"
android:persistent="false"
android:title="@string/captioning_edge_type" />
@@ -73,7 +70,6 @@
android:persistent="false"
android:title="@string/captioning_edge_color" />
<com.android.settings.accessibility.ColorPreference
- android:dependency="captioning_preset"
android:key="captioning_background_color"
android:persistent="false"
android:title="@string/captioning_background_color" />