Skip to content

Commit

Permalink
hdpi icons; new icons (compatible with android 2.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
geometer committed Jan 17, 2011
1 parent 68e993f commit 913a702
Show file tree
Hide file tree
Showing 32 changed files with 1 addition and 1 deletion.
Binary file removed icons/menu/ic_menu_bookinfo.png
Binary file not shown.
Binary file removed icons/menu/ic_menu_bookmarks.png
Binary file not shown.
Binary file removed icons/menu/ic_menu_day.png
Binary file not shown.
Binary file removed icons/menu/ic_menu_languages.png
Binary file not shown.
Binary file removed icons/menu/ic_menu_library.png
Binary file not shown.
Binary file removed icons/menu/ic_menu_networklibrary.png
Binary file not shown.
Binary file removed icons/menu/ic_menu_night.png
Binary file not shown.
Binary file removed icons/menu/ic_menu_preferences.png
Binary file not shown.
Binary file removed icons/menu/ic_menu_refresh.png
Binary file not shown.
Binary file removed icons/menu/ic_menu_search.png
Binary file not shown.
Binary file removed icons/menu/ic_menu_toc.png
Binary file not shown.
Binary file added res/drawable-hdpi/ic_menu_add.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_bookmarks.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_day.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_languages.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_library.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_networklibrary.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_night.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-hdpi/ic_menu_search.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_toc.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_add.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_bookmarks.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_day.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_languages.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_library.png
Binary file added res/drawable-mdpi/ic_menu_networklibrary.png
Binary file added res/drawable-mdpi/ic_menu_night.png
Binary file added res/drawable-mdpi/ic_menu_refresh.png
Binary file added res/drawable-mdpi/ic_menu_search.png
Binary file added res/drawable-mdpi/ic_menu_toc.png
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ protected MenuItem addMenuItem(Menu menu, int index, String resourceKey, int ico
public boolean onCreateOptionsMenu(Menu menu) {
super.onCreateOptionsMenu(menu);
addMenuItem(menu, MENU_SEARCH, "networkSearch", R.drawable.ic_menu_search);
addMenuItem(menu, MENU_ADD_CATALOG, "addCustomCatalog", android.R.drawable.ic_menu_add);
addMenuItem(menu, MENU_ADD_CATALOG, "addCustomCatalog", R.drawable.ic_menu_add);
addMenuItem(menu, MENU_REFRESH, "refreshCatalogsList", R.drawable.ic_menu_refresh);
addMenuItem(menu, MENU_LANGUAGE_FILTER, "languages", R.drawable.ic_menu_languages);
return true;
Expand Down

0 comments on commit 913a702

Please sign in to comment.