launcher/app/src/main/res/drawable/tutorial_default_dot.xml
Finn M Glas 3703c5e344
Add dotted bottom progress to swipeable tutorial
Closes #10

Now one can't exit the tutorial, this will be fixed before merging
2020-06-23 07:54:15 +02:00

12 lines
No EOL
366 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape
android:innerRadius="0dp"
android:shape="ring"
android:thickness="5dp"
android:useLevel="false">
<solid android:color="#777"/>
</shape>
</item>
</layer-list>