Merge branch 'Sudoku-v3.0' of https://github.com/SecUSo/privacy-friendly-sudoku into Sudoku-v3.0

This commit is contained in:
ErikWaegerle 2020-06-02 20:22:11 +02:00
commit 259b4538ea
2 changed files with 10 additions and 1 deletions

View file

@ -1,2 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources></resources>
<resources>
<declare-styleable name="AppTheme">
<attr name="lightestBackGround" format="color"/>
<attr name="lightestFontColor" format="color"/>
<attr name="standardVectorGraphic" format="color"/>
</declare-styleable>
</resources>

View file

@ -6,6 +6,9 @@
<item name="colorPrimary">@color/colorPrimaryDark</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="lightestBackGround">@color/white</item>
<item name="lightestFontColor">@color/white</item>
<item name="standardVectorGraphic">@color/black</item>
<item name="actionBarTheme">@style/ToolbarStyle</item>
</style>