From: Jay Freeman (saurik) Date: Sun, 21 Jul 2013 05:17:58 +0000 (-0700) Subject: Added an icon (generated by Android Asset Studio). X-Git-Tag: v0.9.1^0 X-Git-Url: https://git.saurik.com/backport.git/commitdiff_plain/8e1292c1390fbe7b07fa8ca6fc014e5529ef1442?ds=inline Added an icon (generated by Android Asset Studio). --- diff --git a/AndroidManifest.xml.in b/AndroidManifest.xml.in index 8df4690..206611f 100644 --- a/AndroidManifest.xml.in +++ b/AndroidManifest.xml.in @@ -4,7 +4,10 @@ android:versionCode="${monotonic}" android:versionName="${version}" > - + diff --git a/attribution.txt b/attribution.txt new file mode 100644 index 0000000..8636fe6 --- /dev/null +++ b/attribution.txt @@ -0,0 +1 @@ +ic_launcher asset was created using Android Asset Studio (social_reply_all.svg, Don't Trim, #9c3, Bevel) diff --git a/res/drawable-hdpi/ic_launcher.png b/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..6f8c8ee Binary files /dev/null and b/res/drawable-hdpi/ic_launcher.png differ diff --git a/res/drawable-mdpi/ic_launcher.png b/res/drawable-mdpi/ic_launcher.png new file mode 100644 index 0000000..0bd0985 Binary files /dev/null and b/res/drawable-mdpi/ic_launcher.png differ diff --git a/res/drawable-xhdpi/ic_launcher.png b/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000..ed3dabe Binary files /dev/null and b/res/drawable-xhdpi/ic_launcher.png differ diff --git a/res/drawable-xxhdpi/ic_launcher.png b/res/drawable-xxhdpi/ic_launcher.png new file mode 100644 index 0000000..2fa2f54 Binary files /dev/null and b/res/drawable-xxhdpi/ic_launcher.png differ