Popalay/Tutors

Text & Lines misses when using NestedScrollView

Closed this issue · 2 comments

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:

First button
Second button

If I'll show tutorial for the second button only:

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
screenshot_1491756492
screenshot_1491756504