Ramotion / paper-onboarding-android

:octocat: PaperOnboarding is a material design slider made by @Ramotion
https://www.ramotion.com/paper-onboarding-android/
MIT License
2.56k stars 421 forks source link

Layout issue in onboarding_text_content_layout.xml #7

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hi,

at first, thanks for your nice lib.

During my tests , I found an issue in onboarding_text_content_layout.xml. The top LinearLayout uses:

android:layout_width="wrap_content"

All elements are centered but not the text elements (landscape mode). I changed layout_width to "match_parent" and all looks fine (landscape and portrait mode).

Can you please fix this.

Thanks, Mario

ghost commented 8 years ago

I have copied the layouts and customized them for me. Everything is OK now :)

close