mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
use a smaller circle for marking the current day
This commit is contained in:
@ -1,20 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:shape="ring"
|
||||||
|
android:thicknessRatio="2"
|
||||||
|
android:useLevel="false">
|
||||||
|
<solid android:color="@android:color/transparent"/>
|
||||||
|
|
||||||
<item
|
<stroke
|
||||||
android:left="@dimen/small_margin"
|
android:width="1dp"
|
||||||
android:right="@dimen/small_margin">
|
android:color="#ffffffff"/>
|
||||||
|
</shape>
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:innerRadius="0dp"
|
|
||||||
android:shape="ring"
|
|
||||||
android:thicknessRatio="2"
|
|
||||||
android:useLevel="false">
|
|
||||||
<solid android:color="@android:color/transparent"/>
|
|
||||||
|
|
||||||
<stroke
|
|
||||||
android:width="1dp"
|
|
||||||
android:color="@android:color/white"/>
|
|
||||||
</shape>
|
|
||||||
</item>
|
|
||||||
</layer-list>
|
|
||||||
|
Reference in New Issue
Block a user