File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
app/src/main/res/drawable Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<layer-list xmlns : android =" http://schemas.android.com/apk/res/android" >
33 <item
4- android : width =" 12dp "
5- android : height =" 12dp "
6- android : left =" 12dp "
7- android : top =" 12dp " >
4+ android : width =" 24dp "
5+ android : height =" 24dp "
6+ android : left =" 24dp "
7+ android : top =" 24dp " >
88 <shape
99 android : shape =" oval" >
1010 <stroke
11- android : width =" 3dp "
11+ android : width =" 6dp "
1212 android : color =" @android:color/white" />
1313 <solid android : color =" @android:color/transparent" />
1414 </shape >
1515 </item >
1616
1717 <item
18- android : width =" 24dp "
19- android : height =" 24dp "
20- android : left =" 6dp "
21- android : top =" 6dp " >
18+ android : width =" 48dp "
19+ android : height =" 48dp "
20+ android : left =" 12dp "
21+ android : top =" 12dp " >
2222 <shape
2323 android : shape =" oval" >
2424 <stroke
25- android : width =" 3dp "
25+ android : width =" 6dp "
2626 android : color =" @android:color/white" />
2727 <solid android : color =" @android:color/transparent" />
2828 </shape >
2929 </item >
3030
3131 <item
32- android : width =" 36dp "
33- android : height =" 36dp " >
32+ android : width =" 72dp "
33+ android : height =" 72dp " >
3434 <shape
3535 android : shape =" oval" >
3636 <stroke
37- android : width =" 3dp "
37+ android : width =" 6dp "
3838 android : color =" @android:color/white" />
3939 <solid android : color =" @android:color/transparent" />
4040 </shape >
You can’t perform that action at this time.
0 commit comments