-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How does android:orientation work on the widget? #124
Comments
Hi, What were you trying to achieve? |
Oh I understand the view extends LinearLayout, I think it would be best if you force vertical orientation in code, otherwise other developers might forget to add the attribute in the xml. Great lib thanks |
Hi @tiagoalmeidagit, |
Yes, in your getting started wiki the example has orientation vertical, I tried to remove it and had problems. <com.stepstone.stepper.StepperLayout xmlns:android="http://schemas.android.com/apk/res/android" |
Wow, I can't believe we actually missed it :P This is definitely a bug. |
The changes are already on master and will be released in the upcoming patch release. |
Had some problems I though it was not necessary, and nothing shows when it's horizontal.
The text was updated successfully, but these errors were encountered: