summaryrefslogtreecommitdiffstats
path: root/res/values-v19
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-02-09 15:22:42 -0800
committerSunny Goyal <sunnygoyal@google.com>2016-02-10 15:11:35 -0800
commit5abb9f88efc42ce7c5b34f21944bc119ecb57cec (patch)
tree08738ce66784e2a002fecc6ec08bc06e609964d0 /res/values-v19
parent7c50b31f57e3e3ec1f433d243afe05554dcaf977 (diff)
downloadandroid_packages_apps_Trebuchet-5abb9f88efc42ce7c5b34f21944bc119ecb57cec.tar.gz
android_packages_apps_Trebuchet-5abb9f88efc42ce7c5b34f21944bc119ecb57cec.tar.bz2
android_packages_apps_Trebuchet-5abb9f88efc42ce7c5b34f21944bc119ecb57cec.zip
Separating out Launcher3 resources from Wallpaper resources
Change-Id: I7e33c83df8b16e8552fe588cadbcf3bf7881cb95
Diffstat (limited to 'res/values-v19')
-rw-r--r--res/values-v19/styles.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/res/values-v19/styles.xml b/res/values-v19/styles.xml
new file mode 100644
index 000000000..cfc7c0f9c
--- /dev/null
+++ b/res/values-v19/styles.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+* Copyright (C) 2016 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="LauncherTheme" parent="@style/BaseLauncherTheme">
+ <item name="android:windowTranslucentStatus">true</item>
+ <item name="android:windowTranslucentNavigation">true</item>
+ </style>
+
+</resources> \ No newline at end of file