We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<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
The text was updated successfully, but these errors were encountered:
Same problem me too, any solution ?
Sorry, something went wrong.
I fixed my issue here
No branches or pull requests
<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
The text was updated successfully, but these errors were encountered: