mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-17 11:59:39 +00:00
Fix FAB background color
Make it more visible
This commit is contained in:
parent
64d5e8a7bd
commit
0d9026d465
1 changed files with 2 additions and 1 deletions
|
@ -72,6 +72,7 @@
|
|||
android:layout_gravity="bottom|end"
|
||||
android:layout_margin="@dimen/fab_margin"
|
||||
android:src="@drawable/ic_add_black_24dp"
|
||||
app:tint="@color/icon_primary_dark" />
|
||||
app:tint="@color/icon_primary_dark"
|
||||
android:backgroundTint="@color/colorSecondary"/>
|
||||
|
||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue