Colorizer view should be right behind the chat bubbles.

Fixes #11391
fork-5.53.8
Fumiaki Yoshimatsu 2021-10-17 11:00:02 -04:00 zatwierdzone przez Cody Henthorne
rodzic befb720eda
commit b5f6513917
1 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -5,11 +5,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<org.thoughtcrime.securesms.conversation.colors.ColorizerView
android:id="@+id/colorizer"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<androidx.constraintlayout.widget.Guideline
android:id="@+id/status_bar_guideline"
android:layout_width="wrap_content"
@ -33,6 +28,11 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<org.thoughtcrime.securesms.conversation.colors.ColorizerView
android:id="@+id/colorizer"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<androidx.appcompat.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"