mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-22 13:05:31 +03:00
fix lint issues recently introduced
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
e7860093ce
commit
653c5bc395
1 changed files with 4 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue