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:
parent
791092ef13
commit
b88f1d810b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue