Files
moshidon/mastodon/src/main/res/drawable/bg_search_field.xml
LucasGGamerM a3ee20f06e feat: increase roundness of the select instance button background
Yes, this is the 3rd time I do this
2023-08-28 08:33:52 -03:00

5 lines
200 B
XML

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