Fix shadow color of header text in dark mode

This commit is contained in:
stefan-niedermann 2020-01-26 08:38:57 +01:00
parent f485ebcbd1
commit 887b76141b

View file

@ -65,7 +65,7 @@
android:layout_marginEnd="@dimen/header_padding"
android:layout_marginRight="@dimen/header_padding"
android:ellipsize="end"
android:shadowColor="@color/fg_default"
android:shadowColor="@android:color/black"
android:shadowDx="0.5"
android:shadowDy="0"
android:shadowRadius="2"
@ -85,7 +85,7 @@
android:layout_marginRight="@dimen/header_padding"
android:ellipsize="end"
android:maxLines="1"
android:shadowColor="@color/fg_default"
android:shadowColor="@android:color/black"
android:shadowDx="0.5"
android:shadowDy="0"
android:shadowRadius="2"