public static class Appearance.ButtonAppearance
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
backgroundColor
Цвет фона кнопки (идентификатор ресурса)
|
int |
backgroundColorPressed
Цвет фона кнопки при нажатом состоянии (идентификатор ресурса)
|
int |
cornerRadius
Радиус скругления углов кнопки (идентификатор ресурса типа dimension)
|
Shape |
shape
Геометрическая форма кнопки
|
Modifier and Type | Method and Description |
---|---|
Appearance.LabelAppearance |
getAppearance()
Настройки внешнего вида текста на кнопке
|
public int backgroundColor
public int backgroundColorPressed
public int cornerRadius
public Shape shape
public Appearance.LabelAppearance getAppearance()