[android] Changed strings

This commit is contained in:
Dmitry Donskoy 2020-06-09 14:22:56 +03:00 committed by Vladimir Byko-Ianko
parent 5dbca2ffe6
commit ce3765e186

View file

@ -723,8 +723,8 @@ public class Holders
{
boolean isCity = item.getGuideType() == GuidesGallery.Type.City;
SpannableStringBuilder builder =
new SpannableStringBuilder(isCity ? context.getString(R.string.type_place_city)
: context.getString(R.string.type_shop_outdoor));
new SpannableStringBuilder(isCity ? context.getString(R.string.routes_card_city)
: context.getString(R.string.routes_card_outdoor));
Resources res = context.getResources();
int color = isCity ? res.getColor(R.color.city_color)