Removed caps for categories
This commit is contained in:
parent
40b1aaae0f
commit
08291f86bb
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue