ExpandableTextView icon indicating copy to clipboard operation
ExpandableTextView copied to clipboard

按照Demo设置不能折叠v1.6.1-x

Open wojiaojay123 opened this issue 3 years ago • 1 comments

<com.ctetin.expandabletextviewlibrary.ExpandableTextView android:id="@+id/introduction" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginStart="@dimen/dp_12" android:layout_marginEnd="@dimen/dp_12" android:text="@{viewModel.description}" android:textSize="@dimen/sp_14" app:ep_contract_color="@color/color_FF4D4D" app:ep_contract_text="收起" app:ep_expand_color="@color/color_FF4D4D" app:ep_expand_text="展开" app:ep_max_line="2" app:ep_need_animation="true" app:ep_need_contract="true" app:ep_need_expand="true" />

XML设置以后发现没有任何效果 image

不显示展开和收起,点击也没有任何功能,这是RecyclerView的一个item

wojiaojay123 avatar Apr 07 '21 04:04 wojiaojay123

解决了吗,老铁?我的也是这样

kingcxsc avatar May 23 '22 02:05 kingcxsc