mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-04 23:35:12 +01:00
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:
parent
e4fbee1626
commit
b230afcd35
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user