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

Implemented setTextSize(...) and setTextColor(...) functions #17

Merged

Conversation

Lissy93
Copy link
Contributor

@Lissy93 Lissy93 commented Dec 30, 2017

Seems a common requirement that some developers may need to programatically modify either the size or the color of the text within the awesome DxLoadingButton.

To use, just call :
mLoadingBtn.setTextSize(26); // To set size to 26dp
mLoadingBtn.setTextColor(Color.RED); // To set the color of the text within the loading button

@StevenDXC StevenDXC merged commit 9ce7f53 into StevenDXC:master Jan 6, 2018
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