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:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
android:paddingStart="16dp"
android:paddingEnd="2dp"
android:visibility="invisible"
android:orientation="horizontal"
tools:ignore="UseCompoundDrawables"
tools:visibility="visible">
<ImageView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:src="@android:drawable/stat_sys_warning">
</ImageView>
android:contentDescription="@null"
android:src="@android:drawable/stat_sys_warning" />
<TextView
android:id="@+id/error_text"