parley-messaging / android-library

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

Add option to style compose view box #50

Open LauBCra opened 1 month ago

LauBCra commented 1 month ago

We use a custom drawable for the parley_compose_background, to draw a line around the input and fab. However this results in no padding between the chat and the input field (see included screenshot). Changing the compose_padding only gives more height to the input field.

It would be great if we can adjust the padding of the entire box, with the input field and fab included. Or a drawable can be added around these two elements. So we don't have to "misuse" the background in order to get a styling that fits with our app.

compose view