Fix FAB Icon color in OnScreenEditActivity

The icons in these FABs had the same color as the FAB prior which led them to being invisible. This has been fixed by setting a white tint on them which makes the icons clearly visible.
This commit is contained in:
PixelyIon 2021-11-11 18:59:09 +05:30
parent e4fbee1626
commit b230afcd35

View File

@ -6,5 +6,5 @@
android:layout_height="wrap_content"
app:backgroundTint="?attr/colorPrimary"
app:fabSize="mini"
app:tint="?attr/colorAccent"
app:tint="@android:color/white"
tools:ignore="ContentDescription" />