diff options
author | Ying Wang <wangying@google.com> | 2010-11-23 11:36:41 -0800 |
---|---|---|
committer | Ying Wang <wangying@google.com> | 2010-11-23 11:36:41 -0800 |
commit | aff27977dc1db66c5457fc3b57583320115a87d9 (patch) | |
tree | 73fcdeb8d4915ad9f92afa089073548317d668bf /AndroidManifest.xml | |
parent | 6f7634ac050df2525d7fc6f1b9f88c8a7c9ed192 (diff) | |
download | LegacyCamera-aff27977dc1db66c5457fc3b57583320115a87d9.zip LegacyCamera-aff27977dc1db66c5457fc3b57583320115a87d9.tar.gz LegacyCamera-aff27977dc1db66c5457fc3b57583320115a87d9.tar.bz2 |
Move icons to mipmap.
Change-Id: I3f6a1cc6c080c93c31291cb8294cce951f40ad93
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r-- | AndroidManifest.xml | 4 |
1 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" |