bravoborja / ReadMoreTextView

A Custom TextView with trim text
Apache License 2.0
1.69k stars 230 forks source link

not working properly in RecycleView #34

Open rasik1010 opened 6 years ago

rasik1010 commented 6 years ago

<com.borjabravo.readmoretextview.ReadMoreTextView android:id="@+id/tv_detail" style="@style/textview_avenir_roman_font" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="10dp" android:lineSpacingMultiplier="1.5" android:text="@string/long_para" android:textSize="18sp" app:colorClickableText="@android:color/holo_blue_dark" app:showTrimExpandedText="true" app:trimCollapsedText="@string/more" app:trimExpandedText="@string/less" app:trimLines="3" app:trimMode="trimModeLine" />

i am using like this in my RecyclerView item but only first two item show read more option then in rest items dosent show read more option

devendroid commented 6 years ago

Same problem me too, any solution ?

devendroid commented 6 years ago

I fixed my issue here