Add all the theme attributes which are necessary for the win screen layout.
This commit is contained in:
parent
2557cda248
commit
d587b4b2dc
2 changed files with 4 additions and 0 deletions
|
@ -4,5 +4,7 @@
|
||||||
<attr name="lightestBackGround" format="color"/>
|
<attr name="lightestBackGround" format="color"/>
|
||||||
<attr name="lightestFontColor" format="color"/>
|
<attr name="lightestFontColor" format="color"/>
|
||||||
<attr name="standardVectorGraphic" format="color"/>
|
<attr name="standardVectorGraphic" format="color"/>
|
||||||
|
<attr name="winScreenPedestalColor" format="color"/>
|
||||||
|
<attr name="backgroundSurroundingDialog" format="color"/>
|
||||||
</declare-styleable>
|
</declare-styleable>
|
||||||
</resources>
|
</resources>
|
|
@ -9,6 +9,8 @@
|
||||||
<item name="lightestBackGround">@color/white</item>
|
<item name="lightestBackGround">@color/white</item>
|
||||||
<item name="lightestFontColor">@color/white</item>
|
<item name="lightestFontColor">@color/white</item>
|
||||||
<item name="standardVectorGraphic">@color/black</item>
|
<item name="standardVectorGraphic">@color/black</item>
|
||||||
|
<item name="winScreenPedestalColor">@color/middleblue</item>
|
||||||
|
<item name="backgroundSurroundingDialog">@color/transparent</item>
|
||||||
<item name="actionBarTheme">@style/ToolbarStyle</item>
|
<item name="actionBarTheme">@style/ToolbarStyle</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue