initAttrFromDefaults method
Initializes the dialog attributes depending on the used device from the respective defaults.
Implementation
static void initAttrFromDefaults() {
if (attr == null) attr = Map.from(ATTR_DEFAULTS);
}
Initializes the dialog attributes depending on the used device from the respective defaults.
static void initAttrFromDefaults() {
if (attr == null) attr = Map.from(ATTR_DEFAULTS);
}