feat: make decoded message selectable
This commit is contained in:
@@ -27,6 +27,10 @@ android:paddingVertical="5sp"
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="Hello, I am a TextView"
|
android:text="Hello, I am a TextView"
|
||||||
android:textSize="16sp"
|
android:textSize="16sp"
|
||||||
|
android:enabled="true"
|
||||||
|
android:textIsSelectable="true"
|
||||||
|
android:focusable="true"
|
||||||
|
android:longClickable="true"
|
||||||
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user