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 <tobias@kaminsky.me>
  • Loading branch information
tobiasKaminsky committed Sep 22, 2023
1 parent 53ff6e7 commit a892396
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 a892396

Please sign in to comment.