Allow selecting text in the message longpress popup
Allow to selectively copy text Change-Id: I2e865d3ac13f5094addfd92a1316ff8a89610fce
This commit is contained in:
parent
94a9333774
commit
06a19c572a
|
@ -34,6 +34,7 @@
|
|||
android:textColor="?colorAccent"
|
||||
android:textSize="14sp"
|
||||
android:textStyle="bold"
|
||||
android:textIsSelectable="true"
|
||||
app:layout_constraintEnd_toStartOf="@+id/bottom_sheet_message_preview_timestamp"
|
||||
app:layout_constraintStart_toEndOf="@id/bottom_sheet_message_preview_avatar"
|
||||
app:layout_constraintTop_toTopOf="@id/bottom_sheet_message_preview_avatar"
|
||||
|
@ -46,6 +47,7 @@
|
|||
android:layout_marginEnd="@dimen/layout_horizontal_margin"
|
||||
android:textColor="?riotx_text_secondary"
|
||||
android:textSize="12sp"
|
||||
android:textIsSelectable="true"
|
||||
app:layout_constraintBottom_toBottomOf="@id/bottom_sheet_message_preview_sender"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
tools:text="Friday 8pm" />
|
||||
|
@ -74,7 +76,7 @@
|
|||
android:ellipsize="end"
|
||||
android:maxLines="3"
|
||||
android:textColor="?riotx_text_secondary"
|
||||
android:textIsSelectable="false"
|
||||
android:textIsSelectable="true"
|
||||
android:textSize="14sp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
|
Loading…
Reference in New Issue