summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest.xml3
-rw-r--r--res/values/photoeditor_styles.xml1
2 files changed, 4 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 3a755ccb5..778830b65 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -33,6 +33,7 @@
android:normalScreens="true" android:largeScreens="true"
android:anyDensity="true" />
+ <!-- Icon sourced from www.psdgraphics.com/psd-icons/psd-photo-gallery-icon -->
<application android:icon="@mipmap/ic_launcher_gallery" android:label="@string/app_name"
android:name="com.android.gallery3d.app.GalleryAppImpl"
android:theme="@style/Theme.Gallery"
@@ -254,6 +255,7 @@
android:configChanges="keyboardHidden|orientation|screenSize"
android:theme="@style/Theme.Gallery.Dialog"/>
+ <!-- Icon sourced from www.raadius.deviantart.com/art/Aeolus-HD-200984118 -->
<activity android:name="com.android.camera.Camera"
android:taskAffinity="com.android.camera"
android:label="@string/camera_label"
@@ -276,6 +278,7 @@
</intent-filter>
</activity>
+ <!-- Icon sourced from www.raadius.deviantart.com/art/Aeolus-HD-200984118 -->
<activity-alias android:icon="@mipmap/ic_launcher_camera"
android:label="@string/camera_label"
android:name="com.android.camera.CameraLauncher"
diff --git a/res/values/photoeditor_styles.xml b/res/values/photoeditor_styles.xml
index c02296df4..21dbf0757 100644
--- a/res/values/photoeditor_styles.xml
+++ b/res/values/photoeditor_styles.xml
@@ -106,6 +106,7 @@
<item name="android:paddingBottom">@dimen/action_bar_icon_padding_vertical</item>
<item name="android:paddingLeft">@dimen/action_bar_icon_padding_left</item>
<item name="android:paddingRight">@dimen/action_bar_icon_padding_right</item>
+ <!-- Icon sourced from www.psdgraphics.com/psd-icons/psd-photo-gallery-icon -->
<item name="android:src">@mipmap/ic_launcher_gallery</item>
</style>
<style name="ActionBarTitle" parent="android:TextAppearance.Holo.Widget.ActionBar.Title">