summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest.xml4
-rw-r--r--res/mipmap-hdpi/ic_launcher_camera.png (renamed from res/drawable-hdpi/ic_launcher_camera.png)bin6352 -> 6352 bytes
-rw-r--r--res/mipmap-hdpi/ic_launcher_video_camera.png (renamed from res/drawable-hdpi/ic_launcher_video_camera.png)bin7051 -> 7051 bytes
-rw-r--r--res/mipmap-mdpi/ic_launcher_camera.png (renamed from res/drawable-mdpi/ic_launcher_camera.png)bin3118 -> 3118 bytes
-rw-r--r--res/mipmap-mdpi/ic_launcher_video_camera.png (renamed from res/drawable-mdpi/ic_launcher_video_camera.png)bin3482 -> 3482 bytes
5 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 14bf99e..6cba728 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -17,7 +17,7 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_SMS" />
- <application android:icon="@drawable/ic_launcher_camera"
+ <application android:icon="@mipmap/ic_launcher_camera"
android:label="@string/camera_label"
android:taskAffinity="">
<receiver android:name="com.android.camera.CameraButtonIntentReceiver">
@@ -48,7 +48,7 @@
<activity android:name="com.android.camera.VideoCamera"
android:label="@string/video_camera_label"
android:configChanges="orientation|keyboardHidden"
- android:icon="@drawable/ic_launcher_video_camera"
+ android:icon="@mipmap/ic_launcher_video_camera"
android:theme="@style/ThemeCamera"
android:screenOrientation="landscape"
android:clearTaskOnLaunch="true"
diff --git a/res/drawable-hdpi/ic_launcher_camera.png b/res/mipmap-hdpi/ic_launcher_camera.png
index f18e4d9..f18e4d9 100644
--- a/res/drawable-hdpi/ic_launcher_camera.png
+++ b/res/mipmap-hdpi/ic_launcher_camera.png
Binary files differ
diff --git a/res/drawable-hdpi/ic_launcher_video_camera.png b/res/mipmap-hdpi/ic_launcher_video_camera.png
index d242657..d242657 100644
--- a/res/drawable-hdpi/ic_launcher_video_camera.png
+++ b/res/mipmap-hdpi/ic_launcher_video_camera.png
Binary files differ
diff --git a/res/drawable-mdpi/ic_launcher_camera.png b/res/mipmap-mdpi/ic_launcher_camera.png
index f5a10d8..f5a10d8 100644
--- a/res/drawable-mdpi/ic_launcher_camera.png
+++ b/res/mipmap-mdpi/ic_launcher_camera.png
Binary files differ
diff --git a/res/drawable-mdpi/ic_launcher_video_camera.png b/res/mipmap-mdpi/ic_launcher_video_camera.png
index 19f0e64..19f0e64 100644
--- a/res/drawable-mdpi/ic_launcher_video_camera.png
+++ b/res/mipmap-mdpi/ic_launcher_video_camera.png
Binary files differ