Chenged the What's New icon

This commit is contained in:
ge78fug 2023-01-13 16:33:45 +01:00
parent b5faaa7f75
commit 9fa2c538d9
5 changed files with 16 additions and 5 deletions

View file

@ -248,7 +248,7 @@ public abstract class Tab {
@DrawableRes
@Override
public int getTabIconRes(final Context context) {
return R.drawable.ic_rss_feed;
return R.drawable.ic_whats_new;
}
@Override