summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Kilbourn <tkilbourn@google.com>2014-08-22 23:45:39 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-08-22 23:45:40 +0000
commitaa6215a0d27410b4f1d78bd0c1633cb43b0738b0 (patch)
treec2c2f8cba06313f0825eea6ba214af3e00409da3
parent1109c7d4fec26ad8a36f2afb75f5111da6d0cef8 (diff)
parentfbc1931d6a2867e4576aff978c5b15193d8107ac (diff)
downloadframeworks_base-aa6215a0d27410b4f1d78bd0c1633cb43b0738b0.zip
frameworks_base-aa6215a0d27410b4f1d78bd0c1633cb43b0738b0.tar.gz
frameworks_base-aa6215a0d27410b4f1d78bd0c1633cb43b0738b0.tar.bz2
Merge "Update shadow parameters for television." into lmp-dev
-rw-r--r--core/res/res/values-television/styles.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/core/res/res/values-television/styles.xml b/core/res/res/values-television/styles.xml
new file mode 100644
index 0000000..4c0562f
--- /dev/null
+++ b/core/res/res/values-television/styles.xml
@@ -0,0 +1,22 @@
+<!-- Copyright (C) 2014 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<resources>
+ <style name="Lighting">
+ <item name="lightY">-300dp</item>
+ <item name="ambientShadowAlpha">0.4</item>
+ <item name="spotShadowAlpha">0.4</item>
+ </style>
+</resources>