-
-
Notifications
You must be signed in to change notification settings - Fork 165
Open
Description
<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" />
不显示展开和收起,点击也没有任何功能,这是RecyclerView的一个item
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
