summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>