fixed bug: TextView setting 'textIsSelectable=true' make click is invalid

pull/2017/head
Kevin SuTJ 2 years ago
parent b17e5c7043
commit 55e49a2dcb
  1. 1
      app/src/main/res/layout/item_read_record.xml

@ -12,7 +12,6 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:padding="6dp"
android:textIsSelectable="true"
android:textColor="@color/primaryText"
android:singleLine="true"
app:layout_constraintLeft_toLeftOf="parent"

Loading…
Cancel
Save