ui: make recenter FAB theme-aware using Material attributes (#6281)
Some checks are pending
Android CI / Run tests and generate APK (push) Waiting to run

This commit is contained in:
samimshoaib01 2025-04-12 21:05:42 +05:30 committed by GitHub
parent 2c41176a6e
commit 6aeb3c07cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,10 +26,11 @@
android:clickable="true"
android:focusable="true"
android:visibility="visible"
app:backgroundTint="@color/main_background_light"
app:backgroundTint="?attr/colorSurface"
app:elevation="@dimen/dimen_6"
app:fabSize="normal"
app:srcCompat="@drawable/ic_my_location_black_24dp"
app:tint="?attr/colorOnSurface"
app:useCompatPadding="true" />
<View