Placeholders for waiting on me filter image

pull/14/head
Sam Bosley 11 years ago
parent 6f7b4349dd
commit b0f82b9193

@ -89,7 +89,7 @@ public final class CoreFilterExposer extends BroadcastReceiver implements Astrid
null);
int themeFlags = ThemeService.getFilterThemeFlags();
inbox.listingIcon = ((BitmapDrawable)r.getDrawable(
ThemeService.getDrawable(R.drawable.filter_inbox, themeFlags))).getBitmap();
ThemeService.getDrawable(R.drawable.waiting_on_me, themeFlags))).getBitmap();
return inbox;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 781 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 790 B

@ -244,6 +244,8 @@ public class ThemeService {
return R.drawable.filter_calendar_dark;
case R.drawable.filter_inbox:
return R.drawable.filter_inbox_dark;
case R.drawable.waiting_on_me:
return R.drawable.waiting_on_me_dark;
case R.drawable.filter_pencil:
return R.drawable.filter_pencil_dark;
case R.drawable.filter_sliders:

Loading…
Cancel
Save