diff options
author | Tim Kilbourn <tkilbourn@google.com> | 2014-08-23 00:00:05 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-08-23 00:00:05 +0000 |
commit | 321db6f3a4709e3ca8ed6632febba14bc5202c46 (patch) | |
tree | ef9b6dbfd606b57a178ef96d187c1bec77a22977 | |
parent | 90caceb7ee4007efe33dd34445e84fb953a5f333 (diff) | |
parent | 4af63484357fb2f69b2506e66200708d2162d731 (diff) | |
download | frameworks_base-321db6f3a4709e3ca8ed6632febba14bc5202c46.zip frameworks_base-321db6f3a4709e3ca8ed6632febba14bc5202c46.tar.gz frameworks_base-321db6f3a4709e3ca8ed6632febba14bc5202c46.tar.bz2 |
am 597973c9: am 442bb8f6: Merge "Update shadow parameters for television." into lmp-dev
* commit '597973c999773f8e42b0b891b0d51e69fe798606':
Update shadow parameters for television.
-rw-r--r-- | core/res/res/values-television/styles.xml | 22 |
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> |