diff options
| author | Alan Viverette <alanv@google.com> | 2013-12-05 11:27:40 -0800 |
|---|---|---|
| committer | Alan Viverette <alanv@google.com> | 2013-12-05 11:27:40 -0800 |
| commit | 205cee4c1c0d0088c3a8e16093a28fa8f680d7fa (patch) | |
| tree | fe5c26f7e64089cc34fde3e0a8216e4487e11e9e /res/xml/captioning_settings.xml | |
| parent | 3858233f89748897f66ddf1ba6d113826ebd990f (diff) | |
| download | packages_apps_Settings-205cee4c1c0d0088c3a8e16093a28fa8f680d7fa.tar.gz packages_apps_Settings-205cee4c1c0d0088c3a8e16093a28fa8f680d7fa.tar.bz2 packages_apps_Settings-205cee4c1c0d0088c3a8e16093a28fa8f680d7fa.zip | |
Add preference for caption text opacity
BUG: 11990225
Change-Id: Ib7dd92fd3e44931a1a4a2603effb02550b4fbc59
Diffstat (limited to 'res/xml/captioning_settings.xml')
| -rw-r--r-- | res/xml/captioning_settings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/xml/captioning_settings.xml b/res/xml/captioning_settings.xml index 02fe51f30..d14d35217 100644 --- a/res/xml/captioning_settings.xml +++ b/res/xml/captioning_settings.xml @@ -58,6 +58,10 @@ android:key="captioning_foreground_color" android:persistent="false" android:title="@string/captioning_foreground_color" /> + <com.android.settings.accessibility.ColorPreference + android:key="captioning_foreground_opacity" + android:persistent="false" + android:title="@string/captioning_foreground_opacity" /> <com.android.settings.accessibility.EdgeTypePreference android:key="captioning_edge_type" |
