Files
moshidon/mastodon/src/main/res/drawable/fg_segmented_button_container.xml

5 lines
211 B
XML

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