From a492f2ec0f0db87d63bd8bdc2b6f104393495ed1 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Tue, 22 Apr 2025 12:12:35 -0500 Subject: [PATCH] Allow selecting text in command note --- src/cheogram/res/layout/command_note.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cheogram/res/layout/command_note.xml b/src/cheogram/res/layout/command_note.xml index 46f9bc86b987ed6ee5b6d80ba3e2e9a31fbe8de8..6eb907d842a007afe1b0a48a7ce37435a03f5488 100644 --- a/src/cheogram/res/layout/command_note.xml +++ b/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" />