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

How to set topText vertically? #21

Open
saidurcse opened this issue Mar 30, 2019 · 3 comments
Open

How to set topText vertically? #21

saidurcse opened this issue Mar 30, 2019 · 3 comments

Comments

@saidurcse
Copy link

I have implemented your library in Android. But unable to show the text in vertically as currently it is showing horizontally.

Can you please tell me details code logic how to show text vertically?

@dpatel
Copy link

dpatel commented Sep 8, 2020

Did you figure out the solution? I am also looking for a solution. Have checked #14 but no luck.

@shidhin
Copy link

shidhin commented Feb 17, 2021

Did you did you find the solution to rotate text?

@DanielleWeustenenk
Copy link

Use secondaryText instead of topText.

luckyItem.secondaryText = "a";

You can change the text size in the XML:

app:lkwSecondaryTextSize="15sp"

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

4 participants