not working properly in RecycleView
rasik1010 opened this issue · 2 comments
<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
Same problem me too, any solution ?
I fixed my issue here