Browse Source

make circular checkIcon background day/night aware

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 5 năm trước cách đây
mục cha
commit
48e1384219
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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>