mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-21 03:35:15 +01:00
Merge pull request #3336 from nextcloud/txt
make text in preview selectable, so that user can copy it
This commit is contained in:
commit
f385326612
@ -59,6 +59,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:padding="@dimen/standard_padding"
|
android:padding="@dimen/standard_padding"
|
||||||
|
android:textIsSelectable="true"
|
||||||
tools:text="Lorem Ipsum" />
|
tools:text="Lorem Ipsum" />
|
||||||
|
|
||||||
</androidx.core.widget.NestedScrollView>
|
</androidx.core.widget.NestedScrollView>
|
||||||
|
Loading…
Reference in New Issue
Block a user