Files
pmu_android/app/src/main/res/drawable/number_background_grey.xml
2026-02-16 10:16:49 +01:00

7 lines
204 B
XML

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