summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorfonz93 <fonzino993@gmail.com>2016-04-10 12:19:15 +0200
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-04-25 11:07:33 -0700
commit33e931646d82761758478375d13b27d9cd0c3302 (patch)
treeb88f6abc5a12f117633abd231085e96bd136d9fb /res
parent22d92d6675a139bf63613788f19f06ed59449315 (diff)
downloadpackages_apps_Messaging-33e931646d82761758478375d13b27d9cd0c3302.zip
packages_apps_Messaging-33e931646d82761758478375d13b27d9cd0c3302.tar.gz
packages_apps_Messaging-33e931646d82761758478375d13b27d9cd0c3302.tar.bz2
Bring back original color
* I just hate the current one Change-Id: If8b458f6e4b1cf7d980e4052672311e026d0acc1
Diffstat (limited to 'res')
-rw-r--r--res/mipmap-hdpi/ic_launcher.pngbin19437 -> 2211 bytes
-rw-r--r--res/mipmap-mdpi/ic_launcher.pngbin18513 -> 1433 bytes
-rw-r--r--res/mipmap-xhdpi/ic_launcher.pngbin20260 -> 2922 bytes
-rw-r--r--res/mipmap-xxhdpi/ic_launcher.pngbin22303 -> 4610 bytes
-rw-r--r--res/mipmap-xxxhdpi/ic_launcher.pngbin23832 -> 6200 bytes
-rw-r--r--res/values/colors.xml6
6 files changed, 3 insertions, 3 deletions
diff --git a/res/mipmap-hdpi/ic_launcher.png b/res/mipmap-hdpi/ic_launcher.png
index 97d8579..5e4e62f 100644
--- a/res/mipmap-hdpi/ic_launcher.png
+++ b/res/mipmap-hdpi/ic_launcher.png
Binary files differ
diff --git a/res/mipmap-mdpi/ic_launcher.png b/res/mipmap-mdpi/ic_launcher.png
index 63e9e91..ef6a3c5 100644
--- a/res/mipmap-mdpi/ic_launcher.png
+++ b/res/mipmap-mdpi/ic_launcher.png
Binary files differ
diff --git a/res/mipmap-xhdpi/ic_launcher.png b/res/mipmap-xhdpi/ic_launcher.png
index 4ff643d..ad1acb4 100644
--- a/res/mipmap-xhdpi/ic_launcher.png
+++ b/res/mipmap-xhdpi/ic_launcher.png
Binary files differ
diff --git a/res/mipmap-xxhdpi/ic_launcher.png b/res/mipmap-xxhdpi/ic_launcher.png
index 634d253..de56e98 100644
--- a/res/mipmap-xxhdpi/ic_launcher.png
+++ b/res/mipmap-xxhdpi/ic_launcher.png
Binary files differ
diff --git a/res/mipmap-xxxhdpi/ic_launcher.png b/res/mipmap-xxxhdpi/ic_launcher.png
index 184bc17..9ac88b4 100644
--- a/res/mipmap-xxxhdpi/ic_launcher.png
+++ b/res/mipmap-xxxhdpi/ic_launcher.png
Binary files differ
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 38f8619..f877c3e 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -15,13 +15,13 @@
limitations under the License.
-->
<resources>
- <color name="primary_color">#8227DB</color>
+ <color name="primary_color">#689F38</color>
<color name="permission_check_activity_background">@color/primary_color</color>
<!-- Action bar -->
<color name="action_bar_title_text_color">#ffffff</color>
<color name="action_bar_background_color">@color/primary_color</color>
- <color name="action_bar_background_color_dark">#681faf</color>
+ <color name="action_bar_background_color_dark">#537F2D</color>
<color name="contextual_action_bar_background_color">#ffffff</color>
<color name="archived_conversation_action_bar_background_color">#9D9D9D</color>
<color name="archived_conversation_action_bar_background_color_dark">#838383</color>
@@ -143,7 +143,7 @@
<color name="sim_indicator_color_light">#ffffff</color>
<color name="sim_indicator_color_dark">#323232</color>
- <color name="text_highlight_color">#808227DB</color>
+ <color name="text_highlight_color">#80689F38</color>
<color name="search_view_text_cursor">#b0dddddd</color>
<color name="button_bar_action_button_text_color">#03a9f4</color>