fix lint issues recently introduced

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2023-06-14 13:30:06 +02:00 committed by Marcel Hibbe
parent e7860093ce
commit 653c5bc395

View File

@ -137,17 +137,18 @@
android:id="@+id/error_wrapper" android:id="@+id/error_wrapper"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="horizontal"
android:paddingStart="16dp" android:paddingStart="16dp"
android:paddingEnd="2dp" android:paddingEnd="2dp"
android:visibility="invisible" android:visibility="invisible"
android:orientation="horizontal" tools:ignore="UseCompoundDrawables"
tools:visibility="visible"> tools:visibility="visible">
<ImageView <ImageView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="match_parent" android:layout_height="match_parent"
android:src="@android:drawable/stat_sys_warning"> android:contentDescription="@null"
</ImageView> android:src="@android:drawable/stat_sys_warning" />
<TextView <TextView
android:id="@+id/error_text" android:id="@+id/error_text"