Explorar o código

Add border to white theme color

Wayne %!s(int64=5) %!d(string=hai) anos
pai
achega
16ecfe054b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      reader/src/main/res/drawable/shape_day_mode.xml

+ 1 - 1
reader/src/main/res/drawable/shape_day_mode.xml

@@ -4,6 +4,6 @@
     <solid android:color="#ffffff" />
     <stroke
         android:width="2dp"
-        android:color="#ffffff" />
+        android:color="#eeeeee" />
     <corners android:radius="4dp" />
 </shape>