summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest.xml2
-rw-r--r--res/drawable-hdpi/ic_launcher.pngbin2211 -> 0 bytes
-rw-r--r--res/drawable-mdpi/ic_launcher.pngbin1433 -> 0 bytes
-rw-r--r--res/drawable-xhdpi/ic_launcher.pngbin2922 -> 0 bytes
-rw-r--r--res/drawable-xxhdpi/ic_launcher.pngbin4610 -> 0 bytes
-rw-r--r--res/drawable-xxxhdpi/ic_launcher.pngbin6200 -> 0 bytes
-rw-r--r--res/layout/widget_conversation.xml2
-rw-r--r--res/mipmap-hdpi/ic_launcher.pngbin0 -> 19437 bytes
-rw-r--r--res/mipmap-mdpi/ic_launcher.pngbin0 -> 18513 bytes
-rw-r--r--res/mipmap-xhdpi/ic_launcher.pngbin0 -> 20260 bytes
-rw-r--r--res/mipmap-xxhdpi/ic_launcher.pngbin0 -> 22303 bytes
-rw-r--r--res/mipmap-xxxhdpi/ic_launcher.pngbin0 -> 23832 bytes
-rw-r--r--res/values/colors.xml8
13 files changed, 6 insertions, 6 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 17e22fe..4342230 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -61,7 +61,7 @@
<application
android:name="com.android.messaging.BugleApplication"
android:allowBackup="false"
- android:icon="@drawable/ic_launcher"
+ android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/BugleTheme"
android:supportsRtl="true">
diff --git a/res/drawable-hdpi/ic_launcher.png b/res/drawable-hdpi/ic_launcher.png
deleted file mode 100644
index 5e4e62f..0000000
--- a/res/drawable-hdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/ic_launcher.png b/res/drawable-mdpi/ic_launcher.png
deleted file mode 100644
index ef6a3c5..0000000
--- a/res/drawable-mdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xhdpi/ic_launcher.png b/res/drawable-xhdpi/ic_launcher.png
deleted file mode 100644
index ad1acb4..0000000
--- a/res/drawable-xhdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_launcher.png b/res/drawable-xxhdpi/ic_launcher.png
deleted file mode 100644
index de56e98..0000000
--- a/res/drawable-xxhdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xxxhdpi/ic_launcher.png b/res/drawable-xxxhdpi/ic_launcher.png
deleted file mode 100644
index 9ac88b4..0000000
--- a/res/drawable-xxxhdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/res/layout/widget_conversation.xml b/res/layout/widget_conversation.xml
index a9cda98..eaf1dcf 100644
--- a/res/layout/widget_conversation.xml
+++ b/res/layout/widget_conversation.xml
@@ -39,7 +39,7 @@
android:freezesText="true" />
<ImageView
android:id="@+id/launcher_icon"
- android:src="@drawable/ic_launcher"
+ android:src="@mipmap/ic_launcher"
android:layout_height="wrap_content"
android:layout_width="0dip"
android:layout_weight = "1"
diff --git a/res/mipmap-hdpi/ic_launcher.png b/res/mipmap-hdpi/ic_launcher.png
new file mode 100644
index 0000000..97d8579
--- /dev/null
+++ 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
new file mode 100644
index 0000000..63e9e91
--- /dev/null
+++ 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
new file mode 100644
index 0000000..4ff643d
--- /dev/null
+++ 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
new file mode 100644
index 0000000..634d253
--- /dev/null
+++ 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
new file mode 100644
index 0000000..184bc17
--- /dev/null
+++ b/res/mipmap-xxxhdpi/ic_launcher.png
Binary files differ
diff --git a/res/values/colors.xml b/res/values/colors.xml
index f33e105..8d97469 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -15,13 +15,13 @@
limitations under the License.
-->
<resources>
- <color name="primary_color">#689F38</color>
+ <color name="primary_color">#8227DB</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">#537F2D</color>
+ <color name="action_bar_background_color_dark">#681faf</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>
@@ -68,7 +68,7 @@
<color name="message_error_bubble_color_incoming">#e2e2e2</color>
<color name="message_audio_button_color_incoming">#ffffffff</color>
<color name="message_bubble_color_selected">#8BC34A</color>
- <color name="message_image_selected_tint">#80689F38</color>
+ <color name="message_image_selected_tint">#808227DB</color>
<color name="generic_video_icon">#ff808080</color>
<!-- Base color used for color filtering. -->
@@ -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">#80689F38</color>
+ <color name="text_highlight_color">#808227DB</color>
<color name="search_view_text_cursor">#b0dddddd</color>
<color name="button_bar_action_button_text_color">#03a9f4</color>