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).
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