Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Doesn't work in NestedScrollView #52

Open
IBrozz opened this issue Sep 23, 2019 · 0 comments
Open

Doesn't work in NestedScrollView #52

IBrozz opened this issue Sep 23, 2019 · 0 comments

Comments

@IBrozz
Copy link

IBrozz commented Sep 23, 2019

Doesn't Display StepView in NestedScrollView

`<androidx.core.widget.NestedScrollView
android:id="@+id/scroll"
android:layout_width="match_parent"
android:layout_height="match_parent">

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:orientation="vertical">

        <com.shuhart.stepview.StepView
            android:id="@+id/paging2"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:padding="8dp"
            app:sv_steps="@array/bia_step
            app:sv_background="@color/white"
            app:sv_stepLineWidth="1dp"
            app:sv_stepPadding="4dp"
            app:sv_selectedTextColor="@color/colorPrimary"
            app:sv_selectedCircleColor="@color/colorPrimary"
            app:sv_selectedStepNumberColor="@color/white"
            app:sv_nextTextColor="@color/colorAccentTranslucent"
            app:sv_nextStepLineColor="@color/colorAccentTranslucent"
            app:sv_doneTextColor="@color/colorPrimary"
            app:sv_doneCircleColor="@color/colorPrimary"
            app:sv_doneStepLineColor="@color/colorPrimary"
            app:sv_doneCircleRadius="12dp"
            app:sv_selectedCircleRadius="12dp"
            app:sv_stepViewStyle="@style/StepView"
            app:sv_doneStepMarkColor="@color/white"
            app:sv_stepNumberTextSize="12sp"
            app:sv_animationType="Line"
            app:sv_typeface="@font/sf_regular"/>

        <FrameLayout
            android:id="@+id/main_frame"
            android:layout_width="match_parent"
            android:layout_height="match_parent"/>

        <TextView
            android:id="@+id/button"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:fontFamily="@font/sf_regular"
            android:layout_margin="@dimen/formulaire_windors_padding"
            android:gravity="center"
            android:textColor="@color/white"
            android:background="@drawable/button_1_sqrt"
            android:text="Valider"/>

    </LinearLayout>
</androidx.core.widget.NestedScrollView>`
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant