Skip to content

Commit

Permalink
Updated and polished sync menu icons
Browse files Browse the repository at this point in the history
  • Loading branch information
sbosley committed Jun 8, 2012
1 parent 90bbc9b commit 86749f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
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 astrid/res/drawable/icn_menu_refresh_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions astrid/src/com/todoroo/astrid/service/ThemeService.java
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ public static int getDrawable(int lightDrawable, int alter) {
break;
}

if (lightDrawable == R.drawable.icn_menu_refresh &&
AndroidUtilities.isTabletSized(ContextManager.getContext()))
return R.drawable.icn_menu_refresh_tablet;

if(!darkTheme)
return lightDrawable;

Expand Down

0 comments on commit 86749f9

Please sign in to comment.