Files
moshidon/mastodon/src/main/res/drawable/bg_fab.xml
sk 000cdb08ec change fab styles
closes sk22#211
2022-12-29 18:01:22 +01:00

10 lines
301 B
XML

<?xml version="1.0" encoding="utf-8"?>
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
android:color="?android:colorControlHighlight">
<item>
<shape>
<solid android:color="?attr/colorComposeButtonBackground"/>
<corners android:radius="16dp"/>
</shape>
</item>
</ripple>