diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 78be8253a2..194b7cbb36 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -59,7 +59,7 @@ @@ -60,4 +60,4 @@ android:visibility="gone"/> - \ No newline at end of file + diff --git a/android/res/layout/fragment_google_plus_dialog.xml b/android/res/layout/fragment_google_plus_dialog.xml index 078b476ba3..a8197da752 100644 --- a/android/res/layout/fragment_google_plus_dialog.xml +++ b/android/res/layout/fragment_google_plus_dialog.xml @@ -9,7 +9,7 @@ android:layout_height="wrap_content" android:layout_gravity="center_horizontal" android:padding="@dimen/margin_base" - android:src="@drawable/ic_launcher"/> + android:src="@mipmap/ic_launcher"/> - \ No newline at end of file + diff --git a/android/res/drawable-hdpi/ic_launcher.png b/android/res/mipmap-hdpi/ic_launcher.png similarity index 100% rename from android/res/drawable-hdpi/ic_launcher.png rename to android/res/mipmap-hdpi/ic_launcher.png diff --git a/android/res/drawable-mdpi/ic_launcher.png b/android/res/mipmap-mdpi/ic_launcher.png similarity index 100% rename from android/res/drawable-mdpi/ic_launcher.png rename to android/res/mipmap-mdpi/ic_launcher.png diff --git a/android/res/drawable-v26/ic_launcher.xml b/android/res/mipmap-v26/ic_launcher.xml similarity index 100% rename from android/res/drawable-v26/ic_launcher.xml rename to android/res/mipmap-v26/ic_launcher.xml diff --git a/android/res/drawable-xhdpi/ic_launcher.png b/android/res/mipmap-xhdpi/ic_launcher.png similarity index 100% rename from android/res/drawable-xhdpi/ic_launcher.png rename to android/res/mipmap-xhdpi/ic_launcher.png diff --git a/android/res/drawable-xxhdpi/ic_launcher.png b/android/res/mipmap-xxhdpi/ic_launcher.png similarity index 100% rename from android/res/drawable-xxhdpi/ic_launcher.png rename to android/res/mipmap-xxhdpi/ic_launcher.png diff --git a/android/res/drawable-xxxhdpi/ic_launcher.png b/android/res/mipmap-xxxhdpi/ic_launcher.png similarity index 100% rename from android/res/drawable-xxxhdpi/ic_launcher.png rename to android/res/mipmap-xxxhdpi/ic_launcher.png