|
|
|
|
46
|
|
46
|
|
47
|
options.rightButtonColor = ColorParser.parse(json, "rightButtonColor");
|
47
|
options.rightButtonColor = ColorParser.parse(json, "rightButtonColor");
|
48
|
options.leftButtonColor = ColorParser.parse(json, "leftButtonColor");
|
48
|
options.leftButtonColor = ColorParser.parse(json, "leftButtonColor");
|
|
|
49
|
+ options.leftButtonDisabledColor = ColorParser.parse(json, "leftButtonDisabledColor");
|
|
|
50
|
+ options.rightButtonDisabledColor = ColorParser.parse(json, "rightButtonDisabledColor");
|
49
|
|
51
|
|
50
|
options.validate();
|
52
|
options.validate();
|
51
|
return options;
|
53
|
return options;
|