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

Add proper EditText support #1

Open
Actine opened this issue Nov 10, 2015 · 2 comments
Open

Add proper EditText support #1

Actine opened this issue Nov 10, 2015 · 2 comments
Assignees

Comments

@Actine
Copy link
Collaborator

Actine commented Nov 10, 2015

EditTexts (and generally TextViews that have backgrounds with padding) tend to behave funny when their padding is set explicitly. In particular, EditTexts turn out to be measured differently when they have a single/multiple lines and explicit padding. This needs to be addressed somehow as well.

@Emasoft
Copy link

Emasoft commented Jan 24, 2017

any update on this?

@Actine
Copy link
Collaborator Author

Actine commented Jan 24, 2017

@Emasoft sadly no. Need to investigate this much deeper than expected. Will do that eventually though,

If this may help, a while ago I needed to fix alignment in multi-line EditText without background (e.g. composing email body) — I found a crude workaround for that as described here: https://code.google.com/p/android/issues/detail?id=78706#c17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants