|
|
@ -12,33 +12,33 @@ |
|
|
|
android:background="@color/white"> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:orientation="horizontal" |
|
|
|
android:background="@color/red" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content"> |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@color/red" |
|
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
<ImageView |
|
|
|
android:id="@+id/imgBack" |
|
|
|
android:layout_marginStart="@dimen/margin_15" |
|
|
|
android:layout_marginEnd="@dimen/margin_15" |
|
|
|
android:padding="@dimen/margin_10" |
|
|
|
android:layout_gravity="center_vertical" |
|
|
|
android:src="@drawable/svg_back" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_gravity="center_vertical" |
|
|
|
android:layout_marginStart="@dimen/margin_15" |
|
|
|
android:layout_marginEnd="@dimen/margin_15" |
|
|
|
android:contentDescription="@string/back" |
|
|
|
android:gravity="center" /> |
|
|
|
android:gravity="center" |
|
|
|
android:padding="@dimen/margin_10" |
|
|
|
android:src="@drawable/svg_back" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/title" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:textColor="@color/white" |
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
|
android:minHeight="?actionBarSize" |
|
|
|
android:padding="@dimen/margin_16" |
|
|
|
android:text="@string/fd" |
|
|
|
android:textAppearance="@style/TextAppearance.Widget.AppCompat.Toolbar.Title" /> |
|
|
|
android:textAppearance="@style/TextAppearance.Widget.AppCompat.Toolbar.Title" |
|
|
|
android:textColor="@color/white" |
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
@ -47,9 +47,9 @@ |
|
|
|
android:id="@+id/llSteps" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@color/greyColor4" |
|
|
|
android:gravity="center" |
|
|
|
android:orientation="horizontal" |
|
|
|
android:background="@color/greyColor4" |
|
|
|
android:paddingTop="@dimen/margin_10" |
|
|
|
android:paddingBottom="@dimen/margin_10"> |
|
|
|
|
|
|
@ -112,36 +112,43 @@ |
|
|
|
android:textColor="@color/black" |
|
|
|
android:textSize="@dimen/text_size_12" /> |
|
|
|
|
|
|
|
<View |
|
|
|
android:layout_width="@dimen/margin_22" |
|
|
|
android:layout_height="@dimen/margin_2" |
|
|
|
android:layout_marginStart="@dimen/margin_5" |
|
|
|
android:layout_marginEnd="@dimen/margin_5" |
|
|
|
android:background="@color/green" /> |
|
|
|
|
|
|
|
<ImageView |
|
|
|
android:id="@+id/stepFour" |
|
|
|
android:layout_width="@dimen/margin_19" |
|
|
|
android:layout_height="@dimen/margin_19" |
|
|
|
android:contentDescription="@string/step4" |
|
|
|
android:gravity="center" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/llStep4" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginStart="@dimen/margin_3" |
|
|
|
android:text="@string/step4" |
|
|
|
android:textColor="@color/black" |
|
|
|
android:textSize="@dimen/text_size_12" /> |
|
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
<View |
|
|
|
android:layout_width="@dimen/margin_22" |
|
|
|
android:layout_height="@dimen/margin_2" |
|
|
|
android:layout_marginStart="@dimen/margin_5" |
|
|
|
android:layout_marginEnd="@dimen/margin_5" |
|
|
|
android:background="@color/green" /> |
|
|
|
|
|
|
|
<ImageView |
|
|
|
android:id="@+id/stepFour" |
|
|
|
android:layout_width="@dimen/margin_19" |
|
|
|
android:layout_height="@dimen/margin_19" |
|
|
|
android:contentDescription="@string/step4" |
|
|
|
android:gravity="center" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginStart="@dimen/margin_3" |
|
|
|
android:text="@string/step4" |
|
|
|
android:textColor="@color/black" |
|
|
|
android:textSize="@dimen/text_size_12" /> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
</com.google.android.material.appbar.AppBarLayout> |
|
|
|
|
|
|
|
<com.nivesh.production.bajajfd.adapter.DisableAdapter |
|
|
|
android:id="@+id/viewPager" |
|
|
|
android:contentDescription="@string/viewpager" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:contentDescription="@string/viewpager" |
|
|
|
app:layout_behavior="@string/appbar_scrolling_view_behavior" /> |
|
|
|
|
|
|
|
</androidx.coordinatorlayout.widget.CoordinatorLayout> |