fython/MaterialStepperView

Last step icon truncated

saugs opened this issue · 3 comments

saugs commented

When view is not matching parent, last step icon is truncated

image

saugs commented

Using following xml (root is a LinearLayout containing appbar and this) :

<moe.feng.common.stepperview.VerticalStepperView
    android:id="@+id/verticalStepperView"
    android:layout_width="match_parent"
    app:step_line_color="@color/grey_400"
    app:step_normal_color="@color/grey_500"
    app:step_activated_color="@color/colorPrimary"
    app:step_error_highlight_color="@color/red_500"
    android:layout_height="0dp"
    android:layout_weight="1" />

image

Works well with a summary set for the last step :)

Thanks for feedback. I found this bug too. These days I will try to fix it.

I'm sorry for finishing fix so late. Now it works well in commit 9128947 . I will release new version of library soon.