From 205cee4c1c0d0088c3a8e16093a28fa8f680d7fa Mon Sep 17 00:00:00 2001 From: Alan Viverette Date: Thu, 5 Dec 2013 11:27:40 -0800 Subject: [PATCH] Add preference for caption text opacity BUG: 11990225 Change-Id: Ib7dd92fd3e44931a1a4a2603effb02550b4fbc59 --- res/values/strings.xml | 2 + res/xml/captioning_settings.xml | 4 + .../CaptionPropertiesFragment.java | 103 +++++++++++------- 3 files changed, 71 insertions(+), 38 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index 6ab0009f4b9..c689deb6cc1 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3377,6 +3377,8 @@ Background opacity Text color + + Text opacity Edge color diff --git a/res/xml/captioning_settings.xml b/res/xml/captioning_settings.xml index 02fe51f301a..d14d35217e2 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" /> +