fix problems with selectable text in detailed status
This commit is contained in:
parent
787cfbc82a
commit
d17ff3eb0f
5 changed files with 22 additions and 14 deletions
|
@ -59,7 +59,6 @@
|
|||
android:layout_below="@id/status_name_bar"
|
||||
android:lineSpacingMultiplier="1.1"
|
||||
android:textColor="?android:textColorPrimary"
|
||||
android:textIsSelectable="true"
|
||||
android:textSize="?attr/status_text_large"
|
||||
tools:text="CW this is a long long long long long long long long content warning" />
|
||||
|
||||
|
@ -91,7 +90,6 @@
|
|||
android:focusable="true"
|
||||
android:lineSpacingMultiplier="1.1"
|
||||
android:textColor="?android:textColorPrimary"
|
||||
android:textIsSelectable="true"
|
||||
android:textSize="?attr/status_text_large" />
|
||||
|
||||
<LinearLayout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue