diff options
author | Tim Kilbourn <tkilbourn@google.com> | 2014-08-22 23:55:47 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-08-22 23:55:47 +0000 |
commit | 4af63484357fb2f69b2506e66200708d2162d731 (patch) | |
tree | 3f2f60ea642f549333f0cb9fff974f478bb75ed4 | |
parent | 17534d9cd500d1db8402591f4ff1f6e4359a284b (diff) | |
parent | aa6215a0d27410b4f1d78bd0c1633cb43b0738b0 (diff) | |
download | frameworks_base-4af63484357fb2f69b2506e66200708d2162d731.zip frameworks_base-4af63484357fb2f69b2506e66200708d2162d731.tar.gz frameworks_base-4af63484357fb2f69b2506e66200708d2162d731.tar.bz2 |
am 442bb8f6: Merge "Update shadow parameters for television." into lmp-dev
* commit '442bb8f66804cfb9894176e6d4ac5b6c455a4caf':
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> |