activity_chat: fix lint error

This commit is contained in:
Alibek Omarov 2020-10-04 05:06:32 +03:00
parent a82f1b7918
commit 9ab1b1e9ab
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:elevation="@dimen/actionbar_elevation"
app:layout_collapseMode="pin">
app:layout_collapseMode="pin"
app:layout_constraintTop_toTopOf="parent">
<androidx.appcompat.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"