Skip to content

Commit

Permalink
Add icons to menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilhcem committed May 8, 2013
1 parent 55cf9c2 commit fac3d3b
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 0 deletions.
Binary file added res/drawable-hdpi/ic_menu_mark.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 res/drawable-hdpi/ic_menu_refresh.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 res/drawable-mdpi/ic_menu_mark.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 res/drawable-mdpi/ic_menu_refresh.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 res/drawable-xhdpi/ic_menu_mark.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 res/drawable-xhdpi/ic_menu_refresh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions res/menu/list_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@
<!-- Reload -->
<item
android:id="@+id/action_reload_hosts"
android:icon="@drawable/ic_menu_refresh"
android:showAsAction="never|withText"
android:title="@string/action_reload"/>

<!-- Select all -->
<item
android:id="@+id/action_select_all"
android:icon="@drawable/ic_menu_mark"
android:showAsAction="never|withText"
android:title="@string/action_select_all"/>

Expand Down

0 comments on commit fac3d3b

Please sign in to comment.