|
|
|
@ -36,15 +36,6 @@
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"/>
|
|
|
|
|
|
|
|
|
|
<include layout="@layout/view_voice_message"
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
android:id="@+id/voiceMessageView"
|
|
|
|
|
android:layout_width="160dp"
|
|
|
|
|
android:layout_height="36dp"/>
|
|
|
|
|
|
|
|
|
|
<include layout="@layout/view_open_group_invitation"
|
|
|
|
|
tools:visibility="gone"
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
|
@ -75,6 +66,15 @@
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"/>
|
|
|
|
|
|
|
|
|
|
<include layout="@layout/view_voice_message"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/quoteView"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
android:id="@+id/voiceMessageView"
|
|
|
|
|
android:layout_width="160dp"
|
|
|
|
|
android:layout_height="36dp"/>
|
|
|
|
|
|
|
|
|
|
<include layout="@layout/view_link_preview"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/quoteView"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|