summaryrefslogtreecommitdiffstats
path: root/res/values-night-v26
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2018-10-17 11:24:48 -0700
committerSunny Goyal <sunnygoyal@google.com>2018-10-17 11:25:40 -0700
commit367f21999d91065e7f700833d1d6caa386d28954 (patch)
tree1a91039af8637abacb33acbcdaf3ac14437d388a /res/values-night-v26
parent55ba0dcaaf65ca6a9ce8f973d100b4619724d3b4 (diff)
downloadandroid_packages_apps_Trebuchet-367f21999d91065e7f700833d1d6caa386d28954.tar.gz
android_packages_apps_Trebuchet-367f21999d91065e7f700833d1d6caa386d28954.tar.bz2
android_packages_apps_Trebuchet-367f21999d91065e7f700833d1d6caa386d28954.zip
Adding dark theme for AddItemActivity
Bug: 117786476 Change-Id: I1a3adb7c10ed2326dc1440c3db15f702f42dbfd8
Diffstat (limited to 'res/values-night-v26')
-rw-r--r--res/values-night-v26/styles.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/res/values-night-v26/styles.xml b/res/values-night-v26/styles.xml
new file mode 100644
index 000000000..510e1f4cd
--- /dev/null
+++ b/res/values-night-v26/styles.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+* Copyright (C) 2018 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="AppItemActivityTheme" parent="@android:style/Theme.DeviceDefault.Dialog.Alert">
+ <item name="widgetsTheme">@style/WidgetContainerTheme.Dark</item>
+ </style>
+
+</resources> \ No newline at end of file