make text in preview selectable, so that user can copy it

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2023-09-22 15:54:44 +02:00 committed by Marcel Hibbe
parent fd643da565
commit 5af4c721d3
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

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>