Address search fab color issue

This commit is contained in:
Rahul Patel
2024-08-13 03:08:36 +05:30
committed by Aayush Gupta
parent 8cfec71259
commit c8d701feb4
6 changed files with 29 additions and 11 deletions

View File

@@ -59,7 +59,5 @@
android:layout_alignParentBottom="true"
android:layout_margin="@dimen/margin_large"
android:contentDescription="@string/action_search"
app:backgroundTint="?colorAccent"
app:srcCompat="@drawable/ic_round_search"
app:tint="@color/colorWhite" />
app:srcCompat="@drawable/ic_round_search" />
</RelativeLayout>