mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 03:59:35 +01:00
ignore lint Overdraw warning
Overdraw is expected here to avoid transparency for the typing indicator view. Instead chat message content should be hidden behind the typing indicator view. Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
e9fc9fce28
commit
0f58deacef
@ -174,7 +174,8 @@
|
|||||||
android:layout_marginEnd="@dimen/side_margin"
|
android:layout_marginEnd="@dimen/side_margin"
|
||||||
android:background="@color/bg_default"
|
android:background="@color/bg_default"
|
||||||
android:textColor="@color/low_emphasis_text"
|
android:textColor="@color/low_emphasis_text"
|
||||||
tools:text="Marcel is typing">
|
tools:text="Marcel is typing"
|
||||||
|
tools:ignore="Overdraw">
|
||||||
</TextView>
|
</TextView>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
Loading…
Reference in New Issue
Block a user