Made Black UI an option to configure

This commit is contained in:
Leon Omelan
2019-10-07 17:15:17 +02:00
committed by Fredrik Fornwall
parent 468f878a38
commit 5ba3f7cf6d
9 changed files with 76 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<solid android:color="#212325" />
<solid android:color="#E0E0E0" />
</shape>