Unified UI colors across the app. Dark sidebar and dark app theme for

dark Alert Dialogs
This commit is contained in:
Leon Omelan
2019-10-06 18:06:41 +02:00
committed by Fredrik Fornwall
parent c50a367063
commit 468f878a38
5 changed files with 8 additions and 15 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="#E0E0E0" />
</shape>
<solid android:color="#212325" />
</shape>