PoorManThemes: add dialer theme

Change-Id: I4cf21c971dbed6437d7bbfacd6148cbab041bc30
diff --git a/google/themes/TelecommTheme/Android.mk b/google/themes/TelecommTheme/Android.mk
new file mode 100644
index 0000000..24336a5
--- /dev/null
+++ b/google/themes/TelecommTheme/Android.mk
@@ -0,0 +1,12 @@
+LOCAL_PATH:= $(call my-dir)
+include $(CLEAR_VARS)
+
+LOCAL_PACKAGE_NAME := TelecommTheme
+LOCAL_RRO_THEME := TelecommTheme
+LOCAL_CERTIFICATE := platform
+LOCAL_MODULE_TAGS := optional
+LOCAL_SDK_VERSION := current
+LOCAL_SRC_FILES := $(call all-subdir-java-files)
+LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
+
+include $(BUILD_RRO_PACKAGE)
diff --git a/google/themes/TelecommTheme/AndroidManifest.xml b/google/themes/TelecommTheme/AndroidManifest.xml
new file mode 100644
index 0000000..c4d88cb
--- /dev/null
+++ b/google/themes/TelecommTheme/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.app.telecommtheme"
+    platformBuildVersionCode="28"
+    platformBuildVersionName="9.0.0">
+
+    <overlay android:priority="2" android:targetPackage="com.android.server.telecom" />
+
+
+    <application android:hasCode="false"
+                 android:label="Telecomm Theme" />
+</manifest>
diff --git a/google/themes/TelecommTheme/assets/thumbnail.png b/google/themes/TelecommTheme/assets/thumbnail.png
new file mode 100644
index 0000000..9841324
--- /dev/null
+++ b/google/themes/TelecommTheme/assets/thumbnail.png
Binary files differ
diff --git a/google/themes/TelecommTheme/res/values/colors.xml b/google/themes/TelecommTheme/res/values/colors.xml
new file mode 100644
index 0000000..9b729b3
--- /dev/null
+++ b/google/themes/TelecommTheme/res/values/colors.xml
@@ -0,0 +1,32 @@
+<!--
+  ~ 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>
+    <color name="theme_color">@*android:color/omni_color4</color>
+
+    <color name="dialer_settings_actionbar_text_color">#ffffff</color>
+    <color name="dialer_settings_actionbar_background_color">@*android:color/omni_color1</color>
+    <color name="dialer_settings_color_dark">@*android:color/omni_color2</color>
+
+    <color name="blocked_numbers_divider_color">#e5e5e5</color>
+    <color name="blocked_numbers_butter_bar_color">#f5f5f5</color>
+    <color name="blocked_numbers_title_text_color">#baffffff</color>
+    <color name="blocked_numbers_secondary_text_color">#89ffffff</color>
+
+    <color name="notification_action_answer">#097138</color>
+    <color name="notification_action_decline">#A52714</color>
+</resources>
+
diff --git a/google/themes/TelecommTheme/res/values/styles.xml b/google/themes/TelecommTheme/res/values/styles.xml
new file mode 100644
index 0000000..b408e54
--- /dev/null
+++ b/google/themes/TelecommTheme/res/values/styles.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 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="Theme.Telecomm.Transparent" parent="@*android:style/Theme.Material">
+    </style>
+
+    <style name="Theme.Telecom.DialerSettings" parent="@*android:style/Theme.Material">
+    </style>
+
+    <style name="Theme.Telecom.BlockedNumbers" parent="@*android:style/Theme.Material">
+    </style>
+
+</resources>