Allow text selection in table forms

Stephen Paul Weber created

Change summary

src/cheogram/res/layout/command_result_cell.xml | 1 +
1 file changed, 1 insertion(+)

Detailed changes

src/cheogram/res/layout/command_result_cell.xml 🔗

@@ -4,6 +4,7 @@
 
     <TextView
         android:id="@+id/text"
+        android:textIsSelectable="true"
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:textAppearance="@style/TextAppearance.Conversations.Body1"