summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xAndroidManifest.xml2
-rw-r--r--res/layout/widget_conversation.xml2
-rw-r--r--res/mipmap-hdpi/ic_launcher.png (renamed from res/drawable-hdpi/ic_launcher.png)bin2211 -> 2211 bytes
-rw-r--r--res/mipmap-mdpi/ic_launcher.png (renamed from res/drawable-mdpi/ic_launcher.png)bin1433 -> 1433 bytes
-rw-r--r--res/mipmap-xhdpi/ic_launcher.png (renamed from res/drawable-xhdpi/ic_launcher.png)bin2922 -> 2922 bytes
-rw-r--r--res/mipmap-xxhdpi/ic_launcher.png (renamed from res/drawable-xxhdpi/ic_launcher.png)bin4610 -> 4610 bytes
-rw-r--r--res/mipmap-xxxhdpi/ic_launcher.png (renamed from res/drawable-xxxhdpi/ic_launcher.png)bin6200 -> 6200 bytes
7 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 4e22885..b58533c 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -58,7 +58,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/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/drawable-hdpi/ic_launcher.png b/res/mipmap-hdpi/ic_launcher.png
index 5e4e62f..5e4e62f 100644
--- a/res/drawable-hdpi/ic_launcher.png
+++ b/res/mipmap-hdpi/ic_launcher.png
Binary files differ
diff --git a/res/drawable-mdpi/ic_launcher.png b/res/mipmap-mdpi/ic_launcher.png
index ef6a3c5..ef6a3c5 100644
--- a/res/drawable-mdpi/ic_launcher.png
+++ b/res/mipmap-mdpi/ic_launcher.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_launcher.png b/res/mipmap-xhdpi/ic_launcher.png
index ad1acb4..ad1acb4 100644
--- a/res/drawable-xhdpi/ic_launcher.png
+++ b/res/mipmap-xhdpi/ic_launcher.png
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_launcher.png b/res/mipmap-xxhdpi/ic_launcher.png
index de56e98..de56e98 100644
--- a/res/drawable-xxhdpi/ic_launcher.png
+++ b/res/mipmap-xxhdpi/ic_launcher.png
Binary files differ
diff --git a/res/drawable-xxxhdpi/ic_launcher.png b/res/mipmap-xxxhdpi/ic_launcher.png
index 9ac88b4..9ac88b4 100644
--- a/res/drawable-xxxhdpi/ic_launcher.png
+++ b/res/mipmap-xxxhdpi/ic_launcher.png
Binary files differ