|
@@ -29,7 +29,9 @@ public class StyleParamsParser {
|
29
|
29
|
result.backButtonHidden = getBoolean("backButtonHidden", isDefaultBackButtonHidden());
|
30
|
30
|
result.topTabsHidden = getBoolean("topTabsHidden", isDefaultTopTabsHidden());
|
31
|
31
|
|
32
|
|
- result.drawScreenBelowTopBar = params.getBoolean("drawBelowTopBar", isDefaultScreenBelowTopBar());
|
|
32
|
+ // TODO: Uncomment once we support drawBelowTopBar again
|
|
33
|
+ //result.drawScreenBelowTopBar = params.getBoolean("drawBelowTopBar", isDefaultScreenBelowTopBar());
|
|
34
|
+ result.drawScreenBelowTopBar = true;
|
33
|
35
|
|
34
|
36
|
result.bottomTabsHidden = getBoolean("bottomTabsHidden", isDefaultBottomTabsHidden());
|
35
|
37
|
result.bottomTabsHiddenOnScroll =
|