Updated and polished sync menu icons

pull/14/head
Sam Bosley 12 years ago
parent 90bbc9b1b4
commit 86749f97b2

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

@ -134,6 +134,10 @@ public class ThemeService {
break;
}
if (lightDrawable == R.drawable.icn_menu_refresh &&
AndroidUtilities.isTabletSized(ContextManager.getContext()))
return R.drawable.icn_menu_refresh_tablet;
if(!darkTheme)
return lightDrawable;

Loading…
Cancel
Save