Make CW description selectable (#3926)

While the status text in the detailed layout was selectable, CW
description wasn't.

Fixes #3826.
This commit is contained in:
Angelo Suzuki 2023-08-07 20:32:17 +02:00 committed by GitHub
parent 791092ef13
commit b88f1d810b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@
android:importantForAccessibility="no"
android:lineSpacingMultiplier="1.1"
android:textColor="?android:textColorPrimary"
android:textIsSelectable="true"
android:textSize="?attr/status_text_large"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"