|
|
|
@ -107,35 +107,40 @@
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
|
|
tools:text="@tools:sample/full_names" />
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
<FrameLayout
|
|
|
|
|
android:id="@+id/messageInnerContainer"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/profilePictureView"
|
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/profilePictureView"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/senderNameTextView">
|
|
|
|
|
|
|
|
|
|
<include layout="@layout/view_visible_message_content"
|
|
|
|
|
android:id="@+id/messageContentView"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/messageInnerLayout"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_weight="1"/>
|
|
|
|
|
|
|
|
|
|
<org.thoughtcrime.securesms.conversation.v2.components.ExpirationTimerView
|
|
|
|
|
android:id="@+id/expirationTimerView"
|
|
|
|
|
android:layout_width="12dp"
|
|
|
|
|
android:layout_height="12dp"
|
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
|
android:layout_marginHorizontal="@dimen/small_spacing"
|
|
|
|
|
android:contentDescription="@string/AccessibilityId_timer_icon"
|
|
|
|
|
android:visibility="invisible"
|
|
|
|
|
tools:visibility="visible"
|
|
|
|
|
tools:src="@drawable/timer60"
|
|
|
|
|
tools:tint="@color/black"/>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
<include layout="@layout/view_visible_message_content"
|
|
|
|
|
android:id="@+id/messageContentView"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
|
|
|
|
|
<org.thoughtcrime.securesms.conversation.v2.components.ExpirationTimerView
|
|
|
|
|
android:id="@+id/expirationTimerView"
|
|
|
|
|
android:layout_width="12dp"
|
|
|
|
|
android:layout_height="12dp"
|
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
|
android:layout_marginHorizontal="@dimen/small_spacing"
|
|
|
|
|
android:contentDescription="@string/AccessibilityId_timer_icon"
|
|
|
|
|
android:visibility="invisible"
|
|
|
|
|
tools:visibility="visible"
|
|
|
|
|
tools:src="@drawable/timer60"
|
|
|
|
|
tools:tint="@color/black"/>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
|
|
<include layout="@layout/view_emoji_reactions"
|
|
|
|
|
android:id="@+id/emojiReactionsView"
|
|
|
|
|