denzcoskun / ImageSlideshow

Android image slider.
Apache License 2.0
354 stars 141 forks source link

Change title position #82

Open piru72 opened 2 years ago

piru72 commented 2 years ago

The title is here aligned left by default. is there a way to set it to align middle and change it's size

PiyushKumarDongre commented 2 years ago

Looking for solution for the same issue..

mukesunke commented 1 year ago

That is also my question.

okpin commented 1 year ago

make new string in strings.xml names center value CENTER and in com.denzcoskun.imageslider.ImageSlider set app:iss_text_align="@string/center"

piru72 commented 1 year ago

Thanks @okpin anything about changing the text size?