launcher/app/src/main/res/drawable/round_outline.xml
Josia Pietsch c1511cd475
Some checks are pending
Android CI / build (push) Waiting to run
merge #124 - improve tutorial
* Add new "app list" section
* Rename fragments
* Replace screenshots
* Replace ViewPager by ViewPager2
* Add navigation buttons

Co-authored-by: Luke Wass <wassupluke@gmail.com>
2025-03-15 03:26:37 +01:00

6 lines
No EOL
228 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- https://stackoverflow.com/a/30692466 -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="10dp" />
</shape>