Add all the theme attributes which are necessary for the win screen layout.

This commit is contained in:
uykek 2020-06-02 21:13:02 +02:00
parent 2557cda248
commit d587b4b2dc
2 changed files with 4 additions and 0 deletions

View file

@ -4,5 +4,7 @@
<attr name="lightestBackGround" format="color"/>
<attr name="lightestFontColor" format="color"/>
<attr name="standardVectorGraphic" format="color"/>
<attr name="winScreenPedestalColor" format="color"/>
<attr name="backgroundSurroundingDialog" format="color"/>
</declare-styleable>
</resources>

View file

@ -9,6 +9,8 @@
<item name="lightestBackGround">@color/white</item>
<item name="lightestFontColor">@color/white</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>
</style>