Files
linkster-android/app/build/intermediates/packaged_res/debug/drawable/spinner_background.xml
2026-04-19 19:53:02 +02:00

8 lines
293 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/surface" />
<corners android:radius="8dp" />
<stroke android:width="1dp" android:color="@color/primary" />
</shape>