Change feed groups header title and icon from feed representing "All"

This commit is contained in:
Mauricio Colli 2019-10-11 01:09:28 -03:00
parent e1eb50c241
commit a73b752fa2
65 changed files with 84 additions and 85 deletions

View file

@ -218,7 +218,7 @@ public abstract class Tab {
@Override
public String getTabName(Context context) {
return context.getString(R.string.fragment_whats_new);
return context.getString(R.string.fragment_feed_title);
}
@DrawableRes