AviranAbady / CookieBar2

Android library for displaying text messages, notifications and alerts at the top or bottom of the screen. A great alternative for toast and snackbar alerts.
Apache License 2.0
668 stars 74 forks source link

setTextAlignment(View.TEXT_ALIGNMENT_CENTER); #21

Closed TheCroid closed 4 years ago

TheCroid commented 4 years ago

Please Aviran Would you be able to add text alignment in this great library ? Thanks

AviranAbady commented 4 years ago

Hey @TheCroid, do you mean for setting the alignment of the message text? As an interim solution you can fully customize the look of the Cookie using setCustomView(R.layout.custom_cookie)

TheCroid commented 4 years ago

Yes @AviranAbady for messsage text :-) thank you very much