[Tusky10] adjust poll result background, status divider & button outline color (#1685)

* adjust poll result background, status divider & button outline color

* fix navigationBarDividerColor
This commit is contained in:
Konrad Pozniak 2020-02-14 19:03:18 +01:00 committed by GitHub
commit 28e128a4dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 14 additions and 8 deletions

View file

@ -2,5 +2,5 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<size android:height="1dp" />
<solid android:color="?attr/colorBackgroundAccent" />
<solid android:color="?attr/dividerColor" />
</shape>