feat: make decoded message selectable

This commit is contained in:
Stefan Zollinger
2024-03-21 14:24:08 +01:00
parent 57002a0c15
commit fa43f5d65c

View File

@@ -27,6 +27,10 @@ android:paddingVertical="5sp"
android:layout_height="wrap_content"
android:text="Hello, I am a TextView"
android:textSize="16sp"
android:enabled="true"
android:textIsSelectable="true"
android:focusable="true"
android:longClickable="true"
/>