make the circle marking the current day a bit thicker

This commit is contained in:
tibbi
2017-10-06 18:38:58 +02:00
parent c67419b7e4
commit 058d02e774

View File

@@ -6,6 +6,6 @@
<solid android:color="@android:color/transparent"/> <solid android:color="@android:color/transparent"/>
<stroke <stroke
android:width="1dp" android:width="2dp"
android:color="@android:color/white"/> android:color="@android:color/white"/>
</shape> </shape>