refactor(compose_fab.xml): add the compose_fab.xml layout resource file back

This commit is contained in:
LucasGGamerM
2025-04-11 09:12:47 -03:00
parent 4d4d06de84
commit f39eccbf1d

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<ImageButton
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/fab"
android:layout_width="56dp"
android:layout_height="56dp"
android:layout_gravity="end|bottom"
android:layout_marginEnd="16dp"
android:layout_marginBottom="16dp"
android:background="@drawable/bg_fab"
android:tint="?colorM3Primary"
android:scaleType="center"
android:stateListAnimator="@animator/fab_shadow"
android:contentDescription="@string/new_post"
android:src="@drawable/ic_fluent_compose_24_filled" />