mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01:00
fix lint issues recently introduced
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
e7860093ce
commit
653c5bc395
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user