Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Commit

Permalink
Add new high-resolution icon from Tha Phlash
Browse files Browse the repository at this point in the history
Fixes #61.
  • Loading branch information
tgwizard committed Aug 16, 2014
1 parent 4984df2 commit e303244
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />

<application
android:icon="@drawable/icon"
android:icon="@drawable/icon_192"
android:label="@string/app_name"
android:description="@string/about_text">

<!-- the start/launch activity -->
<activity
android:name="com.adam.aslfms.SettingsActivity"
android:label="@string/app_name"
android:icon="@drawable/icon">
android:icon="@drawable/icon_192">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down
Binary file added icon_512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed res/drawable/icon.png
Binary file not shown.
Binary file added res/drawable/icon_192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e303244

Please sign in to comment.