summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShubh@m <shubhindia123@gmail.com>2018-05-31 16:05:09 +0530
committerShubh@m <shubhindia123@gmail.com>2018-05-31 16:07:30 +0530
commit0c03099903b9794b281d64655e0320f6efc1d6ec (patch)
tree2e87700a180264424cdb91b7582ccbce2afdaf2e
parent040d8a9cc9b3540dd085ce1dfd8727bd18ec00c7 (diff)
Berry: Add denim color accent 1/3
Change-Id: I5c47823c5e64be1e8206a02c64610b91403f9509 Signed-off-by: Shubh@m <shubhindia123@gmail.com>
-rw-r--r--accents/denim/Android.mk9
-rw-r--r--accents/denim/AndroidManifest.xml33
-rw-r--r--accents/denim/res/values/colors.xml25
3 files changed, 67 insertions, 0 deletions
diff --git a/accents/denim/Android.mk b/accents/denim/Android.mk
new file mode 100644
index 0000000..2c7391e
--- /dev/null
+++ b/accents/denim/Android.mk
@@ -0,0 +1,9 @@
+LOCAL_PATH:= $(call my-dir)
+include $(CLEAR_VARS)
+
+LOCAL_RRO_THEME := LineageDenimAccent
+LOCAL_CERTIFICATE := platform
+LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
+LOCAL_PACKAGE_NAME := LineageDenimAccent
+
+include $(BUILD_RRO_SYSTEM_PACKAGE)
diff --git a/accents/denim/AndroidManifest.xml b/accents/denim/AndroidManifest.xml
new file mode 100644
index 0000000..1c75fa1
--- /dev/null
+++ b/accents/denim/AndroidManifest.xml
@@ -0,0 +1,33 @@
+<!--
+ Copyright (c) 2018, The LineageOS 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.
+-->
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="org.lineageos.overlay.accent.denim"
+ android:versionCode="1"
+ android:versionName="1.0">
+
+ <overlay
+ android:targetPackage="android"
+ android:priority="1" />
+
+ <application
+ android:hasCode="false"
+ android:label="@*lineageos.platform:string/accent_denim">
+
+ <meta-data
+ android:name="lineage_berry_accent_preview"
+ android:value="#1560BD" />
+ </application>
+</manifest>
diff --git a/accents/denim/res/values/colors.xml b/accents/denim/res/values/colors.xml
new file mode 100644
index 0000000..9c770cf
--- /dev/null
+++ b/accents/denim/res/values/colors.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (c) 2018, The LineageOS 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>
+ <color name="accent_device_default_700">#1560BD</color>
+ <color name="accent_device_default_dark">#1560BD</color>
+ <color name="accent_device_default_light">#1560BD</color>
+ <color name="material_deep_teal_200">#1560BD</color>
+ <color name="material_deep_teal_500">#1560BD</color>
+ <color name="notification_icon_bg_color">#1560BD</color>
+ <color name="system_notification_accent_color">#1560BD</color>
+</resources>