vendor: Poor Man themes: Bananasplit
Change-Id: I811d28057a47166d014ca62c1c8f549213de8184
diff --git a/google/themes/NotificationsLight/Android.mk b/google/themes/NotificationsLight/Android.mk
new file mode 100644
index 0000000..24f3db4
--- /dev/null
+++ b/google/themes/NotificationsLight/Android.mk
@@ -0,0 +1,11 @@
+LOCAL_PATH:= $(call my-dir)
+include $(CLEAR_VARS)
+
+LOCAL_PACKAGE_NAME := NotificationsLight
+LOCAL_RRO_THEME := NotificationsLight
+LOCAL_CERTIFICATE := platform
+LOCAL_MODULE_TAGS := optional
+LOCAL_SRC_FILES := $(call all-subdir-java-files)
+LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
+
+include $(BUILD_RRO_PACKAGE)
diff --git a/google/themes/NotificationsLight/AndroidManifest.xml b/google/themes/NotificationsLight/AndroidManifest.xml
new file mode 100644
index 0000000..25de8d3
--- /dev/null
+++ b/google/themes/NotificationsLight/AndroidManifest.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8" standalone="no"?>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="org.omnirom.theme.notification.light"
+ platformBuildVersionCode="26"
+ platformBuildVersionName="8.0.0">
+
+ <overlay android:priority="3" android:targetPackage="android" />
+
+
+ <application android:hasCode="false"
+ android:label="Light" />
+</manifest>
diff --git a/google/themes/NotificationsLight/res/values/colors.xml b/google/themes/NotificationsLight/res/values/colors.xml
new file mode 100644
index 0000000..c9bf07c
--- /dev/null
+++ b/google/themes/NotificationsLight/res/values/colors.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <color name="omni_theme_color">#ffe9e9e9</color>
+</resources>
diff --git a/google/themes/NotificationsLight/res/values/config.xml b/google/themes/NotificationsLight/res/values/config.xml
new file mode 100644
index 0000000..bc9a085
--- /dev/null
+++ b/google/themes/NotificationsLight/res/values/config.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <bool name="config_useDarkBgNotificationIconTextTinting">false</bool>
+ <bool name="config_enableNightMode">false</bool>
+</resources>