fix for background overlaps

This commit is contained in:
Valere
2019-08-01 14:36:39 +02:00
parent 8076eab4b5
commit 85499c6b33
3 changed files with 34 additions and 10 deletions

View File

@ -92,6 +92,8 @@
android:id="@+id/composerLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?riotx_background"
android:transitionName="composer"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" />