Popalay / Tutors

A simple way to show the user interface tutorials
Apache License 2.0
82 stars 19 forks source link

Text & Lines misses when using NestedScrollView #6

Closed RankoR closed 7 years ago

RankoR commented 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:

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.

Popalay commented 7 years ago

I will try to fix it

Popalay commented 7 years ago

@RankoR I couldn't reproduce your issue screenshot_1491756492 screenshot_1491756504