Closed RankoR closed 7 years ago
Version 1.0.4.
I have a nested scroll view with two buttons:
<android.support.v4.widget.NestedScrollView android:id="@+id/scroll" android:layout_width="match_parent" android:layout_height="match_parent" android:clipToPadding="false" android:fillViewport="true" app:layout_behavior="@string/appbar_scrolling_view_behavior"> <LinearLayout> <Button/> <Button/> </LinearLayout> </android.support.v4.widget.NestedScrollView>
I want to show tutorial for these two buttons. The first one misses a lot, the second — a little bit:
If I'll show tutorial for the second button only:
I've tried to add a delay in 2 seconds before displaying the tutorial and nothing changed.
I will try to fix it
@RankoR I couldn't reproduce your issue
Version 1.0.4.
I have a nested scroll view with two buttons:
I want to show tutorial for these two buttons. The first one misses a lot, the second — a little bit:
If I'll show tutorial for the second button only:
I've tried to add a delay in 2 seconds before displaying the tutorial and nothing changed.