Skip to content

Commit

Permalink
make demo app text selectable (#1260)
Browse files Browse the repository at this point in the history
  • Loading branch information
saperi22 authored Feb 4, 2025
1 parent e496096 commit 37c545c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Demo/src/main/res/layout/fragment_display_nonce.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,21 @@
android:id="@+id/nonce"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textIsSelectable="true"
tools:text="Nonce" />

<TextView
android:id="@+id/nonce_details"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textIsSelectable="true"
tools:text="Nonce Details" />

<TextView
android:id="@+id/device_data"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textIsSelectable="true"
tools:text="Device Data" />
</LinearLayout>
</ScrollView>
Expand Down

0 comments on commit 37c545c

Please sign in to comment.