Skip to content

Commit

Permalink
make text in preview selectable, so that user can copy it
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <[email protected]>
  • Loading branch information
tobiasKaminsky authored and AndyScherzinger committed Sep 23, 2023
1 parent e422e6f commit 5e06a31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/activity_full_screen_text.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 5e06a31

Please sign in to comment.