Skip to content

Commit

Permalink
New app icon (thanks to Victor Stuber)!
Browse files Browse the repository at this point in the history
Add a bunch of higher res action icons.
  • Loading branch information
dougkeen committed Oct 19, 2015
1 parent 958541e commit 66c14ca
Show file tree
Hide file tree
Showing 43 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<application
android:name=".BartRunnerApplication_"
android:icon="@drawable/icon"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme"
android:allowBackup="true"
Expand Down
Binary file added app/src/main/ic_launcher-web.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 modified app/src/main/res/drawable-hdpi/ic_action_add_alarm.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 modified app/src/main/res/drawable-hdpi/ic_action_alarm.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 modified app/src/main/res/drawable-hdpi/ic_action_delete.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 app/src/main/res/drawable-hdpi/ic_action_mail.png
Binary file not shown.
Binary file modified app/src/main/res/drawable-hdpi/ic_action_map.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 modified app/src/main/res/drawable-hdpi/ic_action_new.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 added app/src/main/res/drawable-hdpi/ic_action_share.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 modified app/src/main/res/drawable-hdpi/ic_action_web.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 app/src/main/res/drawable-hdpi/icon.png
Binary file not shown.
Binary file removed app/src/main/res/drawable-ldpi/ic_action_mail.png
Binary file not shown.
Binary file removed app/src/main/res/drawable-ldpi/icon.png
Binary file not shown.
Binary file modified app/src/main/res/drawable-mdpi/ic_action_add_alarm.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 modified app/src/main/res/drawable-mdpi/ic_action_alarm.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 modified app/src/main/res/drawable-mdpi/ic_action_delete.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 app/src/main/res/drawable-mdpi/ic_action_mail.png
Binary file not shown.
Binary file modified app/src/main/res/drawable-mdpi/ic_action_map.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 modified app/src/main/res/drawable-mdpi/ic_action_new.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 added app/src/main/res/drawable-mdpi/ic_action_share.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 modified app/src/main/res/drawable-mdpi/ic_action_web.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 app/src/main/res/drawable-mdpi/icon.png
Binary file not shown.
Binary file modified app/src/main/res/drawable-xhdpi/ic_action_add_alarm.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 modified app/src/main/res/drawable-xhdpi/ic_action_alarm.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 modified app/src/main/res/drawable-xhdpi/ic_action_delete.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 app/src/main/res/drawable-xhdpi/ic_action_mail.png
Binary file not shown.
Binary file modified app/src/main/res/drawable-xhdpi/ic_action_map.png
Binary file modified app/src/main/res/drawable-xhdpi/ic_action_new.png
Binary file added app/src/main/res/drawable-xhdpi/ic_action_share.png
Binary file modified app/src/main/res/drawable-xhdpi/ic_action_web.png
Binary file added app/src/main/res/drawable-xxhdpi/ic_action_new.png
Binary file added app/src/main/res/drawable-xxhdpi/ic_action_share.png
2 changes: 1 addition & 1 deletion app/src/main/res/menu/your_train_context_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/>
<item
android:id="@+id/share_arrival"
android:icon="@drawable/ic_action_mail"
android:icon="@drawable/ic_action_share"
android:title="@string/share_arrival_time"
app:showAsAction="always|withText"
/>
Expand Down
Binary file added app/src/main/res/mipmap-hdpi/ic_launcher.png
Binary file added app/src/main/res/mipmap-mdpi/ic_launcher.png
Binary file added app/src/main/res/mipmap-xhdpi/ic_launcher.png
Binary file added app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Binary file added app/src/main/res/mipmap-xxxhdpi/ic_launcher.png

0 comments on commit 66c14ca

Please sign in to comment.