Skip to content
Snippets Groups Projects
Commit dd56f1a9 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixed FloatingActionButton icon being invisible

parent 00e4a6d9
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@
android:layout_marginBottom="16dp"
android:layout_marginEnd="80dp"
android:layout_marginRight="80dp"
android:tint="?attr/colorFill"
android:tint="@color/colorFillLight"
app:backgroundTint="#8A000000"
app:elevation="0dip"
app:fabSize="normal"
......
......@@ -45,7 +45,7 @@
android:layout_marginBottom="16dp"
android:layout_marginEnd="16dp"
android:layout_marginRight="16dp"
android:tint="?attr/colorFill"
android:tint="@color/colorFillLight"
app:backgroundTint="#8A000000"
app:elevation="0dip"
app:fabSize="normal"
......
......@@ -40,7 +40,7 @@
android:layout_marginBottom="16dp"
android:layout_marginEnd="16dp"
android:layout_marginRight="16dp"
android:tint="?attr/colorFill"
android:tint="@color/colorFillLight"
app:backgroundTint="#8A000000"
app:elevation="0dip"
app:fabSize="normal"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment