From 08291f86bbc8392f6293cbf8632ed905d5d1a85a Mon Sep 17 00:00:00 2001 From: GaidamakUA Date: Tue, 5 Apr 2016 11:41:56 +0300 Subject: [PATCH] Removed caps for categories --- OsmAnd/src/net/osmand/plus/ContextMenuAdapter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OsmAnd/src/net/osmand/plus/ContextMenuAdapter.java b/OsmAnd/src/net/osmand/plus/ContextMenuAdapter.java index eac1b97a5c..5f620ded97 100644 --- a/OsmAnd/src/net/osmand/plus/ContextMenuAdapter.java +++ b/OsmAnd/src/net/osmand/plus/ContextMenuAdapter.java @@ -136,7 +136,7 @@ public class ContextMenuAdapter { } else { tv.setTypeface(null); } - tv.setText(item.isCategory() ? item.getTitle().toUpperCase() : item.getTitle()); + tv.setText(item.getTitle()); if (this.layoutId == R.layout.simple_list_menu_item) { int color = ContextCompat.getColor(getContext(),