summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-television
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2014-08-26 22:52:31 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-08-26 22:52:32 +0000
commitf3542fd63f97be96c41a10f6a42e12af66888068 (patch)
treeda27bf043ea4e75976b2b9e5493c3d7f63292383 /core/res/res/values-television
parent03740d74cae3afd4aeaaf3b20f12cfafdc3883a5 (diff)
parented6f14a20c69da3d221cc1acbaa31e74e837917c (diff)
downloadframeworks_base-f3542fd63f97be96c41a10f6a42e12af66888068.zip
frameworks_base-f3542fd63f97be96c41a10f6a42e12af66888068.tar.gz
frameworks_base-f3542fd63f97be96c41a10f6a42e12af66888068.tar.bz2
Merge "Make shadow alpha properties public, add lighting values for TV" into lmp-dev
Diffstat (limited to 'core/res/res/values-television')
-rw-r--r--core/res/res/values-television/dimens.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/core/res/res/values-television/dimens.xml b/core/res/res/values-television/dimens.xml
new file mode 100644
index 0000000..8266642
--- /dev/null
+++ b/core/res/res/values-television/dimens.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 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>
+
+ <!-- Lighting and shadow properties -->
+ <dimen name="light_y">-300dp</dimen>
+ <item type="dimen" format="float" name="ambient_shadow_alpha">0.4</item>
+ <item type="dimen" format="float" name="spot_shadow_alpha">0.4</item>
+
+</resources>