Browse Source

make circular checkIcon background day/night aware

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 5 years ago
parent
commit
48e1384219
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/main/res/drawable-night/round_bgnd.xml

+ 5 - 0
src/main/res/drawable-night/round_bgnd.xml

@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+       android:shape="oval">
+    <solid android:color="#222222"/>
+</shape>