mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-12 15:24:31 +02:00
Some checks are pending
Android CI / build (push) Waiting to run
* Add new "app list" section * Rename fragments * Replace screenshots * Replace ViewPager by ViewPager2 * Add navigation buttons Co-authored-by: Luke Wass <wassupluke@gmail.com>
6 lines
No EOL
228 B
XML
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> |