Skip to content

Commit

Permalink
add refresh icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ruleant committed Jan 14, 2013
1 parent 9f81807 commit d87157f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
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-ldpi/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_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_refresh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion res/menu/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
android:onClick="refresh"
android:orderInCategory="120"
android:showAsAction="always"
android:title="@string/refresh"/>
android:icon="@drawable/ic_menu_refresh"
android:title="@string/refresh" />
<item
android:id="@+id/menu_about"
android:orderInCategory="130"
Expand Down

0 comments on commit d87157f

Please sign in to comment.