ソースを参照

Add border to white theme color

Wayne 5 年 前
コミット
16ecfe054b
1 ファイル変更1 行追加1 行削除
  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>