From b64280453a3b1dabcd505b3e8d055887cf2a220e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=97=D0=B0=D1=86=D0=B5=D0=BF=D0=B8=D0=BD?= Date: Thu, 12 Sep 2019 18:52:40 +0300 Subject: [PATCH] [android] Added promo category to header of promo gallery in pp --- .../maps/promo/CatalogPromoController.java | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/android/src/com/mapswithme/maps/promo/CatalogPromoController.java b/android/src/com/mapswithme/maps/promo/CatalogPromoController.java index a47ac6d55e..e5c6284509 100644 --- a/android/src/com/mapswithme/maps/promo/CatalogPromoController.java +++ b/android/src/com/mapswithme/maps/promo/CatalogPromoController.java @@ -2,11 +2,13 @@ package com.mapswithme.maps.promo; import android.annotation.SuppressLint; import android.app.Activity; +import android.content.res.Resources; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import android.text.Html; +import android.text.TextUtils; import android.view.View; import android.widget.ImageView; import android.widget.TextView; @@ -145,7 +147,7 @@ public class CatalogPromoController implements Promo.Listener, Detachable