blob: 01c00baf7763144e7e1eb2be48585ead8b80ab7b [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.CoordinatorLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:fitsSystemWindows="true"
android:layout_height="match_parent"
android:layout_width="match_parent">
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
style="@style/LinearLayout.Base">
<include layout="@layout/toolbar"/>
<com.stepstone.stepper.StepperLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/stepperLayout"
android:layout_height="match_parent"
android:layout_width="match_parent"
app:ms_activeStepColor="?attr/colorPrimary"
app:ms_backButtonColor="#FFFFFF"
app:ms_bottomNavigationBackground="?attr/colorPrimary"
app:ms_completeButtonColor="#FFFFFF"
app:ms_inactiveStepColor="#cccccc"
app:ms_nextButtonColor="#FFFFFF"
app:ms_stepperType="tabs"
app:ms_tabNavigationEnabled="false"
app:ms_tabStepDividerWidth="138dp"
app:ms_stepperFeedbackType="tabs|content|disabled_bottom_navigation"/>
</LinearLayout>
</android.support.design.widget.CoordinatorLayout>