Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0976f846 authored by Narinder Rana's avatar Narinder Rana
Browse files

update Toolbar

parent 0795525b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -145,8 +145,6 @@ public class ViewPagerTabs extends HorizontalScrollView implements ViewPager.OnP
      View layout = LayoutInflater.from(getContext()).inflate(R.layout.unread_count_tab, null);
      ImageView iconView = (ImageView) layout.findViewById(R.id.icon);

      imageView.setColorFilter(context.ContextCompat.getColor(context, R.color.color_default_blue1), android.graphics.PorterDuff.Mode.SRC_IN);

      iconView.setBackgroundResource(mTabIcons[position]);
      iconView.setContentDescription(tabTitle);