Removed caps for categories

This commit is contained in:
GaidamakUA 2016-04-05 11:41:56 +03:00
parent 40b1aaae0f
commit 08291f86bb

View file

@ -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(),