mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-21 12:39:58 +01:00
Disable text selection
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
53bb90146b
commit
d63294b2d2
@ -56,10 +56,10 @@
|
||||
android:id="@id/messageText"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:autoLink="none"
|
||||
android:autoLink="all"
|
||||
android:textColor="@color/warm_grey_four"
|
||||
android:textColorLink="@color/warm_grey_four"
|
||||
android:textIsSelectable="true"
|
||||
android:textIsSelectable="false"
|
||||
android:textSize="12sp"
|
||||
app:layout_alignSelf="flex_start"
|
||||
app:layout_flexGrow="1"
|
||||
|
@ -61,7 +61,8 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:lineSpacingMultiplier="1.2"
|
||||
android:textIsSelectable="true"
|
||||
android:textIsSelectable="false"
|
||||
android:autoLink="all"
|
||||
app:layout_alignSelf="flex_start"
|
||||
app:layout_flexGrow="1"
|
||||
app:layout_wrapBefore="true" />
|
||||
|
@ -55,10 +55,10 @@
|
||||
android:id="@id/messageText"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:autoLink="none"
|
||||
android:autoLink="all"
|
||||
android:textColor="@color/warm_grey_four"
|
||||
android:textColorLink="@color/warm_grey_four"
|
||||
android:textIsSelectable="true"
|
||||
android:textIsSelectable="false"
|
||||
android:textSize="12sp"
|
||||
app:layout_alignSelf="flex_start"
|
||||
app:layout_flexGrow="1"
|
||||
|
@ -50,7 +50,8 @@
|
||||
app:layout_flexGrow="1"
|
||||
app:layout_wrapBefore="true"
|
||||
android:textColorHighlight="@color/nc_grey"
|
||||
android:textIsSelectable="true" />
|
||||
android:textIsSelectable="false"
|
||||
android:autoLink="all"/>
|
||||
|
||||
<TextView
|
||||
android:id="@id/messageTime"
|
||||
|
Loading…
Reference in New Issue
Block a user