Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not working properly in RecycleView #34

Open
rasik1010 opened this issue Mar 29, 2018 · 2 comments
Open

not working properly in RecycleView #34

rasik1010 opened this issue Mar 29, 2018 · 2 comments

Comments

@rasik1010
Copy link

<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
Copy link

Same problem me too, any solution ?

@devendroid
Copy link

I fixed my issue here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants