Make decrypted Extra content selectable
This commit is contained in:
parent
2c97c8a1e1
commit
7560b81f03
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@
|
||||||
android:text="Extra content: "/>
|
android:text="Extra content: "/>
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/crypto_extra_show"
|
android:id="@+id/crypto_extra_show"
|
||||||
|
android:textIsSelectable="true"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textColor="@android:color/black"
|
android:textColor="@android:color/black"
|
||||||
|
|
Loading…
Reference in a new issue