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

Added getter for label TextView #24

Merged
merged 1 commit into from May 23, 2015

Conversation

GavinDBrown
Copy link
Contributor

Much like one can get the EditText of the float label at times it can be helpful to get the actual TextView portion.

In my case this was needed to set a custom typeface on both the EditText and Textview. Besides this change, it would also have been valid to simply add a setTypeface(Typeface) method to FloatLabel that applies the parameter to both the TextView and EditText, but just exposing the TextView is more general-purpose.

IanGClifton added a commit that referenced this pull request May 23, 2015
Added getter for label TextView
@IanGClifton IanGClifton merged commit b0a39c2 into IanGClifton:master May 23, 2015
@IanGClifton
Copy link
Owner

Looks good, thanks for submitting

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.

None yet

2 participants