|
@@ -26,8 +26,7 @@ public class TitleBarButtonParamsParser extends Parser {
|
26
|
26
|
result.icon = ImageLoader.loadImage(bundle.getString("icon"));
|
27
|
27
|
}
|
28
|
28
|
result.color = getColor(bundle, "color", AppStyle.appStyle.titleBarButtonColor);
|
29
|
|
- result.disabledColor =
|
30
|
|
- getColor(bundle, "titleBarDisabledButtonColor", AppStyle.appStyle.titleBarDisabledButtonColor);
|
|
29
|
+ result.disabledColor = getColor(bundle, "titleBarDisabledButtonColor", AppStyle.appStyle.titleBarDisabledButtonColor);
|
31
|
30
|
result.showAsAction = parseShowAsAction(bundle.getString("showAsAction"));
|
32
|
31
|
result.enabled = bundle.getBoolean("enabled", true);
|
33
|
32
|
result.hint = bundle.getString("hint", "");
|