Unified UI colors across the app. Dark sidebar and dark app theme for
dark Alert Dialogs
This commit is contained in:
committed by
Fredrik Fornwall
parent
c50a367063
commit
468f878a38
@@ -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>
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:color="@android:color/darker_gray" >
|
||||
<item>
|
||||
<color android:color="@android:color/white" />
|
||||
<color android:color="@android:color/background_dark" />
|
||||
</item>
|
||||
</ripple>
|
||||
</ripple>
|
||||
|
||||
Reference in New Issue
Block a user