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

Text Alignment (TextRoundCorner ) #41

Closed
mzdevmarco opened this issue Feb 7, 2016 · 4 comments
Closed

Text Alignment (TextRoundCorner ) #41

mzdevmarco opened this issue Feb 7, 2016 · 4 comments

Comments

@mzdevmarco
Copy link

Hello, nice work. I would like to suggest a new feature. Like set the property Text Alignment on the TextRoundCorner (Center, Left or Right)

Or is it already implemented?

Regards

@akexorcist
Copy link
Owner

That's interesting. I may add this function in the next update.

@XxGoliathusxX
Copy link

Is this still in progress?

@chnouman
Copy link

any update?

@akexorcist
Copy link
Owner

akexorcist commented Apr 17, 2020

Left and right are OK but center does not support (because textview's width in the RelativeLayout doesn't wrap_content correctly when align center)

So in version 2.1.0, you can set the text gravity with start or end in TextRoundCornerProgressBar

app:rcTextInsideGravity="end"
app:rcTextOutsideGravity="start"

See 4f43027

@akexorcist akexorcist added this to In progress in New Component Apr 17, 2020
@akexorcist akexorcist moved this from In progress to Done in New Component Apr 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
New Component
  
Done
Development

No branches or pull requests

4 participants