|
@ -10,7 +10,7 @@ |
|
|
tools:context="com.nivesh.production.bajajfd.ui.fragment.StepFourFragment"> |
|
|
tools:context="com.nivesh.production.bajajfd.ui.fragment.StepFourFragment"> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
<LinearLayout |
|
|
android:id="@+id/linearLayout2" |
|
|
|
|
|
|
|
|
android:id="@+id/linearLayoutTwo" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:orientation="vertical" |
|
|
android:orientation="vertical" |
|
@ -19,7 +19,7 @@ |
|
|
app:layout_constraintTop_toTopOf="parent"> |
|
|
app:layout_constraintTop_toTopOf="parent"> |
|
|
|
|
|
|
|
|
<com.google.android.material.card.MaterialCardView |
|
|
<com.google.android.material.card.MaterialCardView |
|
|
android:id="@+id/card_view_1" |
|
|
|
|
|
|
|
|
android:id="@+id/cardViewOne" |
|
|
style="@style/CustomCardViewTopStyle" |
|
|
style="@style/CustomCardViewTopStyle" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
@ -35,7 +35,7 @@ |
|
|
android:layout_marginBottom="12dp" |
|
|
android:layout_marginBottom="12dp" |
|
|
android:background="@color/white" |
|
|
android:background="@color/white" |
|
|
android:padding="@dimen/margin_5" |
|
|
android:padding="@dimen/margin_5" |
|
|
app:layout_constraintBottom_toTopOf="@+id/textView5" |
|
|
|
|
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/tvCongrats" |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
app:layout_constraintHorizontal_bias="1.0" |
|
|
app:layout_constraintHorizontal_bias="1.0" |
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
app:layout_constraintStart_toStartOf="parent" |
|
@ -47,16 +47,16 @@ |
|
|
android:layout_width="@dimen/margin_150" |
|
|
android:layout_width="@dimen/margin_150" |
|
|
android:layout_height="18dp" |
|
|
android:layout_height="18dp" |
|
|
android:layout_marginTop="8dp" |
|
|
android:layout_marginTop="8dp" |
|
|
|
|
|
android:contentDescription="@string/content_description" |
|
|
android:src="@drawable/bajaj_logo" |
|
|
android:src="@drawable/bajaj_logo" |
|
|
app:layout_constraintBottom_toTopOf="@+id/tv_fd_rating" |
|
|
|
|
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/tvFdRating" |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
app:layout_constraintHorizontal_bias="0.0" |
|
|
app:layout_constraintHorizontal_bias="0.0" |
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
|
|
android:contentDescription="@string/content_description"/> |
|
|
|
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
android:id="@+id/tv_fd_rating" |
|
|
|
|
|
|
|
|
android:id="@+id/tvFdRating" |
|
|
style="@style/regularStyle" |
|
|
style="@style/regularStyle" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
@ -74,7 +74,7 @@ |
|
|
</com.google.android.material.card.MaterialCardView> |
|
|
</com.google.android.material.card.MaterialCardView> |
|
|
|
|
|
|
|
|
<com.google.android.material.card.MaterialCardView |
|
|
<com.google.android.material.card.MaterialCardView |
|
|
android:id="@+id/card_view_2" |
|
|
|
|
|
|
|
|
android:id="@+id/cardViewTwo" |
|
|
style="@style/CustomCardViewBottomStyle" |
|
|
style="@style/CustomCardViewBottomStyle" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
@ -87,7 +87,7 @@ |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
app:layout_constraintHorizontal_bias="1.0" |
|
|
app:layout_constraintHorizontal_bias="1.0" |
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
app:layout_constraintTop_toBottomOf="@+id/card_view_1" |
|
|
|
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/cardViewOne" |
|
|
app:layout_constraintVertical_bias="0.0"> |
|
|
app:layout_constraintVertical_bias="0.0"> |
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout |
|
|
<androidx.constraintlayout.widget.ConstraintLayout |
|
@ -97,7 +97,7 @@ |
|
|
app:layout_constraintBottom_toBottomOf="parent"> |
|
|
app:layout_constraintBottom_toBottomOf="parent"> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
android:id="@+id/textView5" |
|
|
|
|
|
|
|
|
android:id="@+id/tvCongrats" |
|
|
style="@style/semiBoldStyle" |
|
|
style="@style/semiBoldStyle" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
@ -111,7 +111,7 @@ |
|
|
app:layout_constraintTop_toTopOf="parent" /> |
|
|
app:layout_constraintTop_toTopOf="parent" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
android:id="@+id/textView9" |
|
|
|
|
|
|
|
|
android:id="@+id/tvSuccessMessage" |
|
|
style="@style/regularStyle" |
|
|
style="@style/regularStyle" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
@ -122,10 +122,10 @@ |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
app:layout_constraintHorizontal_bias="0.419" |
|
|
app:layout_constraintHorizontal_bias="0.419" |
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
app:layout_constraintTop_toBottomOf="@+id/textView5" /> |
|
|
|
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvCongrats" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
android:id="@+id/textView13" |
|
|
|
|
|
|
|
|
android:id="@+id/tvSuccessMsgDetail" |
|
|
style="@style/regularStyle" |
|
|
style="@style/regularStyle" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
@ -138,7 +138,7 @@ |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
app:layout_constraintHorizontal_bias="0.393" |
|
|
app:layout_constraintHorizontal_bias="0.393" |
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
app:layout_constraintTop_toBottomOf="@+id/textView9" /> |
|
|
|
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvSuccessMessage" /> |
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |
|
|
|
|
|
|
|
@ -178,7 +178,7 @@ |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
app:layout_constraintHorizontal_bias="0.545" |
|
|
app:layout_constraintHorizontal_bias="0.545" |
|
|
app:layout_constraintStart_toEndOf="@+id/tvDownloadInvoice" |
|
|
app:layout_constraintStart_toEndOf="@+id/tvDownloadInvoice" |
|
|
app:layout_constraintTop_toBottomOf="@+id/linearLayout2" |
|
|
|
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/linearLayoutTwo" |
|
|
app:layout_constraintVertical_bias="0.951" /> |
|
|
app:layout_constraintVertical_bias="0.951" /> |
|
|
|
|
|
|
|
|
<com.google.android.material.button.MaterialButton |
|
|
<com.google.android.material.button.MaterialButton |
|
@ -194,8 +194,7 @@ |
|
|
app:layout_constraintEnd_toStartOf="@+id/btnNext" |
|
|
app:layout_constraintEnd_toStartOf="@+id/btnNext" |
|
|
app:layout_constraintHorizontal_bias="0.607" |
|
|
app:layout_constraintHorizontal_bias="0.607" |
|
|
app:layout_constraintStart_toEndOf="@+id/tvDownloadInvoice" |
|
|
app:layout_constraintStart_toEndOf="@+id/tvDownloadInvoice" |
|
|
app:layout_constraintTop_toTopOf="@+id/linearLayout2" |
|
|
|
|
|
|
|
|
app:layout_constraintTop_toTopOf="@+id/linearLayoutTwo" |
|
|
app:layout_constraintVertical_bias="0.967" /> |
|
|
app:layout_constraintVertical_bias="0.967" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |