Skip to content

Commit

Permalink
Use own add icon instead of the one provided by android
Browse files Browse the repository at this point in the history
This is the way Google recommends, since R.drawables are bound to change based on devices etc.
  • Loading branch information
ylogx committed Jun 1, 2015
1 parent 4475588 commit d9c05ea
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Binary file added app/src/main/res/drawable-hdpi/ic_add_white_24dp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/src/main/res/menu/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
android:title="@string/action_refresh"
app:showAsAction="withText|ifRoom"/>
<item android:id="@+id/action_add_url"
android:icon="@android:drawable/ic_menu_add"
android:icon="@drawable/ic_add_white_24dp"
android:title="@string/action_add_url"
app:showAsAction="withText|ifRoom"/>
<item android:id="@+id/action_settings"
Expand Down

0 comments on commit d9c05ea

Please sign in to comment.