|
@@ -25,7 +25,7 @@ public class StyleParamsParser {
|
25
|
25
|
result.contextualMenuBackgroundColor = getColor("contextualMenuBackgroundColor", getDefaultContextualMenuBackgroundColor());
|
26
|
26
|
|
27
|
27
|
result.topBarColor = getColor("topBarColor", getDefaultTopBarColor());
|
28
|
|
- result.collapsingTopBarParams = new CollapsingTopBarParser(params).parse();
|
|
28
|
+ result.collapsingTopBarParams = new CollapsingTopBarParamsParser(params).parse();
|
29
|
29
|
result.titleBarHidden = getBoolean("titleBarHidden", getDefaultTopBarHidden());
|
30
|
30
|
result.topBarTransparent = getBoolean("topBarTransparent", getDefaultTopBarHidden());
|
31
|
31
|
result.titleBarTitleColor = getColor("titleBarTitleColor", getDefaultTitleBarColor());
|