|
@ -18,11 +18,10 @@ |
|
|
android:background="@color/Nivesh_color_AppBg" |
|
|
android:background="@color/Nivesh_color_AppBg" |
|
|
android:fillViewport="true" |
|
|
android:fillViewport="true" |
|
|
android:visibility="visible" |
|
|
android:visibility="visible" |
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
app:layout_constraintTop_toBottomOf="@id/btnNext"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/btnNext"> |
|
|
<com.google.android.material.card.MaterialCardView |
|
|
<com.google.android.material.card.MaterialCardView |
|
|
style="@style/CustomCardViewStyle" |
|
|
style="@style/CustomCardViewStyle" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
@ -86,7 +85,6 @@ |
|
|
android:paddingStart="@dimen/margin_18" |
|
|
android:paddingStart="@dimen/margin_18" |
|
|
android:paddingEnd="@dimen/margin_10" |
|
|
android:paddingEnd="@dimen/margin_10" |
|
|
android:background="@color/grey_bg" |
|
|
android:background="@color/grey_bg" |
|
|
android:padding="@dimen/margin_1" |
|
|
|
|
|
android:text="Personal Details" |
|
|
android:text="Personal Details" |
|
|
android:textColor="@color/black" |
|
|
android:textColor="@color/black" |
|
|
app:layout_constraintTop_toBottomOf="@+id/tvFdRating" |
|
|
app:layout_constraintTop_toBottomOf="@+id/tvFdRating" |
|
@ -152,18 +150,6 @@ |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
|
<!-- <Spinner--> |
|
|
|
|
|
<!-- android:id="@+id/spDuration"--> |
|
|
|
|
|
<!-- android:layout_width="match_parent"--> |
|
|
|
|
|
<!-- android:layout_height="wrap_content"--> |
|
|
|
|
|
<!-- android:layout_margin="@dimen/margin_5"--> |
|
|
|
|
|
<!-- android:layout_marginTop="@dimen/margin_5"--> |
|
|
|
|
|
<!-- android:background="@drawable/rounded_corner_with_line"--> |
|
|
|
|
|
<!-- android:minHeight="@dimen/margin_48"--> |
|
|
|
|
|
<!-- android:paddingStart="@dimen/margin_10"--> |
|
|
|
|
|
<!-- android:paddingEnd="0dp"--> |
|
|
|
|
|
<!-- android:entries="@array/title"/>--> |
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
android:id="@+id/tlTitle" |
|
|
android:id="@+id/tlTitle" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu" |
|
@ -546,35 +532,48 @@ |
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/tvNomineeDetails" |
|
|
|
|
|
style="@style/semiBoldStyle" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:paddingTop="@dimen/margin_5" |
|
|
|
|
|
android:paddingBottom="@dimen/margin_5" |
|
|
|
|
|
android:paddingStart="@dimen/margin_15" |
|
|
|
|
|
android:paddingEnd="@dimen/margin_15" |
|
|
|
|
|
android:background="@color/grey_bg"> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/tvNomineeDetails" |
|
|
|
|
|
style="@style/semiBoldStyle" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:padding="@dimen/margin_3" |
|
|
|
|
|
android:layout_centerVertical="true" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
|
|
|
android:text="Nominee Details" |
|
|
|
|
|
android:textColor="@color/black" /> |
|
|
|
|
|
|
|
|
android:paddingStart="@dimen/margin_18" |
|
|
|
|
|
android:paddingEnd="@dimen/margin_10" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
|
|
|
android:background="@color/grey_bg" |
|
|
|
|
|
android:text="Nominee Details (Optional)" |
|
|
|
|
|
app:drawableEndCompat="@drawable/svg_down_arrow" |
|
|
|
|
|
android:textColor="@color/black" /> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <RelativeLayout--> |
|
|
|
|
|
<!-- android:layout_width="match_parent"--> |
|
|
|
|
|
<!-- android:layout_height="wrap_content"--> |
|
|
|
|
|
<!-- android:paddingTop="@dimen/margin_5"--> |
|
|
|
|
|
<!-- android:paddingBottom="@dimen/margin_5"--> |
|
|
|
|
|
<!-- android:paddingStart="@dimen/margin_15"--> |
|
|
|
|
|
<!-- android:paddingEnd="@dimen/margin_15"--> |
|
|
|
|
|
<!-- android:background="@color/grey_bg">--> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <TextView--> |
|
|
|
|
|
<!-- android:id="@+id/tvNomineeDetails"--> |
|
|
|
|
|
<!-- style="@style/semiBoldStyle"--> |
|
|
|
|
|
<!-- android:layout_width="match_parent"--> |
|
|
|
|
|
<!-- android:layout_height="wrap_content"--> |
|
|
|
|
|
<!-- android:padding="@dimen/margin_3"--> |
|
|
|
|
|
<!-- android:layout_centerVertical="true"--> |
|
|
|
|
|
<!-- android:textSize="@dimen/text_size_14"--> |
|
|
|
|
|
<!-- android:text="Nominee Details (Optional)"--> |
|
|
|
|
|
<!-- android:textColor="@color/black" />--> |
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.SwitchCompat |
|
|
|
|
|
android:theme="@style/SCBSwitch" |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_alignParentEnd="true" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
|
|
|
android:layout_marginEnd="@dimen/margin_5"/> |
|
|
|
|
|
|
|
|
<!-- <androidx.appcompat.widget.SwitchCompat--> |
|
|
|
|
|
<!-- android:theme="@style/SCBSwitch"--> |
|
|
|
|
|
<!-- android:layout_width="wrap_content"--> |
|
|
|
|
|
<!-- android:layout_height="wrap_content"--> |
|
|
|
|
|
<!-- android:layout_alignParentEnd="true"--> |
|
|
|
|
|
<!-- android:textSize="@dimen/text_size_14"--> |
|
|
|
|
|
<!-- android:layout_marginEnd="@dimen/margin_5"/>--> |
|
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
<!-- </RelativeLayout>--> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
<LinearLayout |
|
|
android:id="@+id/llNomineeDetail" |
|
|
android:id="@+id/llNomineeDetail" |
|
@ -688,16 +687,6 @@ |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
|
<!-- <Spinner--> |
|
|
|
|
|
<!-- android:id="@+id/spNomineeRelation"--> |
|
|
|
|
|
<!-- android:layout_width="match_parent"--> |
|
|
|
|
|
<!-- android:layout_height="wrap_content"--> |
|
|
|
|
|
<!-- android:layout_marginTop="@dimen/margin_5"--> |
|
|
|
|
|
<!-- android:background="@drawable/rounded_corner_with_line"--> |
|
|
|
|
|
<!-- android:minHeight="@dimen/margin_48"--> |
|
|
|
|
|
<!-- android:textSize="@dimen/text_size_14"--> |
|
|
|
|
|
<!-- android:entries="@array/interestPayoutList" />--> |
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
android:id="@+id/tlNomineeRelation" |
|
|
android:id="@+id/tlNomineeRelation" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu" |
|
@ -766,17 +755,6 @@ |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
|
<!-- <Spinner--> |
|
|
|
|
|
<!-- android:id="@+id/spGuardianRelation"--> |
|
|
|
|
|
<!-- android:layout_width="match_parent"--> |
|
|
|
|
|
<!-- android:layout_height="wrap_content"--> |
|
|
|
|
|
<!-- android:layout_marginTop="@dimen/margin_5"--> |
|
|
|
|
|
<!-- android:background="@drawable/rounded_corner_with_line"--> |
|
|
|
|
|
<!-- android:minHeight="@dimen/margin_48"--> |
|
|
|
|
|
<!-- android:textSize="@dimen/text_size_14"--> |
|
|
|
|
|
<!-- android:entries="@array/interestPayoutList" />--> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
android:id="@+id/tlGuardianRelation" |
|
|
android:id="@+id/tlGuardianRelation" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu" |
|
@ -879,12 +857,15 @@ |
|
|
<RadioButton |
|
|
<RadioButton |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:checked="true" |
|
|
|
|
|
android:buttonTint="@color/black" |
|
|
android:text="Savings account" /> |
|
|
android:text="Savings account" /> |
|
|
|
|
|
|
|
|
<RadioButton |
|
|
<RadioButton |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_marginStart="50dp" |
|
|
android:layout_marginStart="50dp" |
|
|
|
|
|
android:buttonTint="@color/black" |
|
|
android:text="Current account" /> |
|
|
android:text="Current account" /> |
|
|
|
|
|
|
|
|
</RadioGroup> |
|
|
</RadioGroup> |
|
@ -897,6 +878,7 @@ |
|
|
android:hint="Enter IFSC Code"> |
|
|
android:hint="Enter IFSC Code"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
|
|
android:id="@+id/edtIFSC" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:textSize="@dimen/text_size_14"/> |
|
|
android:textSize="@dimen/text_size_14"/> |
|
@ -913,6 +895,7 @@ |
|
|
android:hint="Enter Account Number"> |
|
|
android:hint="Enter Account Number"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
|
|
android:id="@+id/edtAccountNumber" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" /> |
|
|
android:layout_height="wrap_content" /> |
|
|
|
|
|
|
|
@ -928,6 +911,7 @@ |
|
|
android:hint="Enter Bank Name"> |
|
|
android:hint="Enter Bank Name"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
|
|
android:id="@+id/edtBankName" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:textSize="@dimen/text_size_14"/> |
|
|
android:textSize="@dimen/text_size_14"/> |
|
@ -944,6 +928,7 @@ |
|
|
android:hint="Enter Branch Name"> |
|
|
android:hint="Enter Branch Name"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
|
|
android:id="@+id/edtbankBranch" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:textSize="@dimen/text_size_14"/> |
|
|
android:textSize="@dimen/text_size_14"/> |
|
@ -993,6 +978,8 @@ |
|
|
android:orientation="horizontal"> |
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
|
<RadioButton |
|
|
<RadioButton |
|
|
|
|
|
android:checked="true" |
|
|
|
|
|
android:buttonTint="@color/black" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:text="UPI" /> |
|
|
android:text="UPI" /> |
|
@ -1001,6 +988,7 @@ |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_marginStart="50dp" |
|
|
android:layout_marginStart="50dp" |
|
|
|
|
|
android:buttonTint="@color/black" |
|
|
android:text="NetBanking" /> |
|
|
android:text="NetBanking" /> |
|
|
|
|
|
|
|
|
</RadioGroup> |
|
|
</RadioGroup> |
|
@ -1047,23 +1035,20 @@ |
|
|
android:textSize="@dimen/text_size_14" |
|
|
android:textSize="@dimen/text_size_14" |
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
app:layout_constraintEnd_toStartOf="@+id/btnNext" |
|
|
app:layout_constraintEnd_toStartOf="@+id/btnNext" |
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/scrollView" /> |
|
|
|
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" /> |
|
|
|
|
|
|
|
|
<com.google.android.material.button.MaterialButton |
|
|
<com.google.android.material.button.MaterialButton |
|
|
android:id="@+id/btnNext" |
|
|
android:id="@+id/btnNext" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_gravity="center_vertical" |
|
|
android:layout_gravity="center_vertical" |
|
|
android:layout_marginTop="@dimen/margin_20" |
|
|
|
|
|
android:layout_marginBottom="@dimen/margin_15" |
|
|
android:layout_marginBottom="@dimen/margin_15" |
|
|
android:backgroundTint="@color/colorPrimary" |
|
|
android:backgroundTint="@color/colorPrimary" |
|
|
android:text="@string/next" |
|
|
android:text="@string/next" |
|
|
android:textSize="@dimen/text_size_14" |
|
|
|
|
|
android:textColor="@color/white" |
|
|
android:textColor="@color/white" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
app:layout_constraintStart_toEndOf="@+id/btnBack" |
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/scrollView"/> |
|
|
|
|
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/btnBack" /> |
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |