MaterialListBox PlaceHolderText not displayed correctly. Seems that the placeholder text for all MaterialListBox items are squashed together on top of the view / on the navigation bar:
MaterialListBox categoryListBox = new MaterialListBox(); categoryListBox.setPlaceholder("Category");
