javiersantos / MaterialStyledDialogs

A library that shows a beautiful and customizable Material-based dialog with header. API 14+ required.
Apache License 2.0
1.17k stars 155 forks source link

Text alignment #28

Closed rahulupadhyay closed 8 years ago

rahulupadhyay commented 8 years ago

In description when text size is small then its automatically right aligned. So how to make it left align? device-2016-08-12-165142

Please check this image and provide a solution for that.

javiersantos commented 8 years ago

I think that the layout_gravity is wrong in both styles and it aligns the description to the right.

https://github.com/javiersantos/MaterialStyledDialogs/blob/master/library/src/main/res/layout/style_dialog_header_icon.xml#L47 https://github.com/javiersantos/MaterialStyledDialogs/blob/master/library/src/main/res/layout/style_dialog_header_title.xml#L40

rahulupadhyay commented 8 years ago

@javiersantos , so which steps I need to take in my app?

javiersantos commented 8 years ago

I've released a new update, just grab the latest version.

rahulupadhyay commented 8 years ago

thanks @javiersantos