summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfonz93 <fonzino993@gmail.com>2016-04-10 12:19:15 +0200
committerSteve Kondik <steve@cyngn.com>2016-08-28 20:43:01 -0700
commit6a3548f8461c74d428c7a6f4ae193587a8165792 (patch)
tree4ab6fc002449494332496e5b13b7e37a24f9fc48
parent443f6df6343430e1e0cf603eff74245b29e35071 (diff)
downloadandroid_packages_apps_Messaging-6a3548f8461c74d428c7a6f4ae193587a8165792.tar.gz
android_packages_apps_Messaging-6a3548f8461c74d428c7a6f4ae193587a8165792.tar.bz2
android_packages_apps_Messaging-6a3548f8461c74d428c7a6f4ae193587a8165792.zip
Bring back original color
* I just hate the current one Change-Id: If8b458f6e4b1cf7d980e4052672311e026d0acc1
-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>