Commit 6da566fa authored by Viktor De Pasquale's avatar Viktor De Pasquale

Fixed overlay color for home item

parent df7a8666
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
<androidx.appcompat.widget.AppCompatImageView <androidx.appcompat.widget.AppCompatImageView
android:id="@+id/developer_link" android:id="@+id/developer_link"
style="?styleImageNormal" style="?styleImageNormal"
app:tint="?colorOnSurface"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment