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
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?
The text was updated successfully, but these errors were encountered:
Did you figure out the solution? I am also looking for a solution. Have checked #14 but no luck.
Sorry, something went wrong.
Did you did you find the solution to rotate text?
Use secondaryText instead of topText.
luckyItem.secondaryText = "a";
You can change the text size in the XML:
app:lkwSecondaryTextSize="15sp"
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: