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

Update to Android X / Fix bug with \n in text #14

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

wbervoets
Copy link

  • Update to AndroidX
  • ElipsizeTextview extends AppCompatTextView
  • Remove unused stuff
  • Fix When there is a \n at the end of a line, the ellipsis text (eg. read more). is not visible (because it's on . a new line)

Wim Bervoets added 3 commits January 24, 2019 09:54
Update to AndroidX
EllipsizeTextView extends AppCompatTextView
Min SDK version 14
Target SDK version 28
Fix remove any \n that are present in the original text when the read more link is active (because the read more link will not be shown otherwise, because it's on a newline)
Fix remove any \n that are present in the original text when the read more link is active (because the read more link will not be shown otherwise, because it's on a newline)
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

Successfully merging this pull request may close these issues.

2 participants