Как установить разрыв между значком и текстом кнопки. Здесь я установил textPosition как Label.BOTTOM. Установка поля или отступа в стиле иконки не работает.
Код:
style.setMarginBottom(100);
style.setPaddingBottom(100);
FontImage bookingIcon = FontImage.createMaterial(FontImage.MATERIAL_FILTER_NONE, style, 4);
Button bookingButton = new Button(bookingIcon);
bookingButton.setUIID("SeparateLine");
bookingButton.setText("Book");
bookingButton.setTextPosition(Label.BOTTOM);