mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-24 22:15:41 +03:00
ignore lint Overdraw warning
followup to 0f58deac
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
61859f361a
commit
154ea08c37
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@
|
|||
android:layout_height="match_parent"
|
||||
android:animateLayoutChanges="true"
|
||||
android:background="@color/bg_default"
|
||||
android:orientation="vertical">
|
||||
android:orientation="vertical"
|
||||
tools:ignore="Overdraw">
|
||||
|
||||
<com.google.android.material.appbar.AppBarLayout
|
||||
android:id="@+id/chat_appbar"
|
||||
|
|
Loading…
Reference in a new issue