Actinarium / Aligned

A tiny library for Android that makes putting text on baseline infinitely easier
Apache License 2.0
163 stars 13 forks source link

Add proper EditText support #1

Open Actine opened 8 years ago

Actine commented 8 years ago

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 commented 7 years ago

any update on this?

Actine commented 7 years ago

@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