mirror of https://github.com/beemdevelopment/Aegis
Merge pull request #573 from michaelschattgen/feature/theme-improvements
Minor color improvements for dark themespull/591/head
commit
0cdb882991
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/divider"/>
|
||||
<solid android:color="?attr/divider"/>
|
||||
<size android:height="0.1dp"/>
|
||||
</shape>
|
||||
|
Loading…
Reference in New Issue