forked from organicmaps/organicmaps-tmp
[android] Changed strings
This commit is contained in:
parent
5dbca2ffe6
commit
ce3765e186
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue