Alexey Kulish 2016-01-16 12:56:23 +03:00
parent 6fb0394f75
commit 422734405f

View file

@ -285,6 +285,9 @@ public class AmenityMenuBuilder extends MenuBuilder {
}
if (!isDescription && icon == null) {
icon = getRowIcon(view.getContext(), pType.getIconKeyName());
if (isText && icon != null) {
textPrefix = "";
}
}
if (icon == null && isText) {
iconId = R.drawable.ic_action_note_dark;