Allow selecting text in command note

Stephen Paul Weber created

Change summary

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

Detailed changes

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

@@ -25,6 +25,7 @@
             android:minHeight="?android:attr/listPreferredItemHeightSmall"
             android:paddingLeft="8dp"
             android:paddingRight="8dp"
+            android:textIsSelectable="true"
             android:textAppearance="?textAppearanceBodyMedium" />
 
     </LinearLayout>