ReadMoreTextView icon indicating copy to clipboard operation
ReadMoreTextView copied to clipboard

not working properly in RecycleView

Open rasik1010 opened this issue 7 years ago • 2 comments
trafficstars

<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

rasik1010 avatar Mar 29 '18 14:03 rasik1010

Same problem me too, any solution ?

devendroid avatar Jun 01 '18 08:06 devendroid

I fixed my issue here

devendroid avatar Jun 02 '18 09:06 devendroid