parley-messaging / android-library

Parley Android app library
MIT License
3 stars 3 forks source link

Fix: Position of EditText in relation to send button in compose view #9

Closed Rolf-Smit closed 2 years ago

Rolf-Smit commented 2 years ago

If the send button is bigger in height than the EditText, the EditText would be aligned to the bottom (in the available vertical space), that however looks ugly. Now if the send button is bigger in height the EditText will be centered in the available vertical space.

alexkok commented 2 years ago

Yes, let's center it, thanks 👍

alexkok commented 2 years ago

Released in version 3.4.3 🚀