|
@@ -83,6 +83,7 @@ public class StyleParamsParser {
|
83
|
83
|
result.topTabsHeight = getInt("topTabsHeight", getDefaultTopTabsHeight());
|
84
|
84
|
|
85
|
85
|
result.screenBackgroundColor = getColor("screenBackgroundColor", getDefaultScreenBackgroundColor());
|
|
86
|
+ result.rootBackgroundImageName = params.getString("rootBackgroundImageName");
|
86
|
87
|
|
87
|
88
|
result.bottomTabsInitialIndex = getInt("initialTabIndex", 0);
|
88
|
89
|
result.bottomTabsHidden = getBoolean("bottomTabsHidden", getDefaultBottomTabsHidden());
|