Merge pull request #3336 from nextcloud/txt

make text in preview selectable, so that user can copy it
This commit is contained in:
Marcel Hibbe 2023-09-29 11:37:40 +02:00 committed by GitHub
commit f385326612
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,6 +59,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="@dimen/standard_padding"
android:textIsSelectable="true"
tools:text="Lorem Ipsum" />
</androidx.core.widget.NestedScrollView>