Prevent crash

This commit is contained in:
M66B 2022-06-06 14:33:32 +02:00
parent 13e577acc5
commit a132338002
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
android:layout_height="wrap_content"
android:drawableStart="@drawable/twotone_warning_24"
android:drawablePadding="6dp"
android:drawableTint="?attr/colorWarning"
android:drawableTint="@color/red"
android:text="@string/title_no_viewer_caption"
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
android:textColor="?android:attr/textColorPrimary"