mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 22:29:09 +00: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
@ -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 New Issue
Block a user