|
|
@ -5,8 +5,9 @@ |
|
|
|
android:id="@+id/constraintLayout" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_gravity="center_vertical" |
|
|
|
android:background="@color/Nivesh_color_AppBg" |
|
|
|
tools:context="com.nivesh.production.bajajfd.ui.fragment.StepThreeFragment"> |
|
|
|
tools:context=".ui.fragment.StepThreeBajajFDFragment"> |
|
|
|
|
|
|
|
<androidx.core.widget.NestedScrollView |
|
|
|
android:id="@+id/scrollView" |
|
|
@ -26,229 +27,776 @@ |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:foreground="?android:attr/selectableItemBackground" |
|
|
|
android:padding="@dimen/margin_10" |
|
|
|
app:cardElevation="1dp" |
|
|
|
app:cardUseCompatPadding="true" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toTopOf="parent"> |
|
|
|
app:cardUseCompatPadding="true"> |
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout |
|
|
|
android:id="@+id/childConstraint" |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:padding="@dimen/margin_10" |
|
|
|
android:paddingBottom="@dimen/margin_30"> |
|
|
|
|
|
|
|
<ImageView |
|
|
|
android:id="@+id/logo" |
|
|
|
android:layout_width="@dimen/margin_150" |
|
|
|
android:layout_height="18dp" |
|
|
|
android:layout_marginTop="4dp" |
|
|
|
android:src="@drawable/bajaj_logo" |
|
|
|
app:layout_constraintBottom_toTopOf="@+id/tvFDRating" |
|
|
|
app:layout_constraintHorizontal_bias="0.0" |
|
|
|
app:layout_constraintLeft_toLeftOf="parent" |
|
|
|
app:layout_constraintRight_toRightOf="parent" |
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
android:contentDescription="@string/content_description"/> |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/tvFDRating" |
|
|
|
style="@style/regularStyle" |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="Rating: FAAA by CRISIL" |
|
|
|
android:textColor="@color/light_text" |
|
|
|
android:textSize="@dimen/text_size_12" |
|
|
|
app:layout_constraintBottom_toTopOf="@+id/tvUploadKYCDocument" |
|
|
|
app:layout_constraintLeft_toLeftOf="parent" |
|
|
|
app:layout_constraintRight_toRightOf="parent" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/logo" /> |
|
|
|
android:orientation="vertical" |
|
|
|
android:padding="10dp"> |
|
|
|
|
|
|
|
<ImageView |
|
|
|
android:id="@+id/logo" |
|
|
|
android:layout_width="@dimen/margin_150" |
|
|
|
android:layout_height="18dp" |
|
|
|
android:src="@drawable/bajaj_logo" |
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintHorizontal_bias="0.0" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
app:layout_constraintVertical_bias="0.02" |
|
|
|
android:contentDescription="@string/content_description"/> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/tvFDRating" |
|
|
|
style="@style/regularStyle" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginBottom="1dp" |
|
|
|
android:text="Ratings: CRISIL AAA/Stable & ICRA AAA/Stable" |
|
|
|
android:textColor="@color/light_text" |
|
|
|
android:textSize="@dimen/text_size_12" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/tvNote" |
|
|
|
style="@style/regularStyle" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="@dimen/margin_20" |
|
|
|
android:layout_marginBottom="1dp" |
|
|
|
android:text="All fields are mandatory other then optional" |
|
|
|
android:textColor="@color/light_text" |
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/tvUploadKYCDocument" |
|
|
|
android:id="@+id/tvPersonalDetails" |
|
|
|
style="@style/semiBoldStyle" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="7dp" |
|
|
|
android:paddingStart="10dp" |
|
|
|
android:paddingEnd="10dp" |
|
|
|
android:background="@color/grey_text_bg" |
|
|
|
android:background="@color/grey_bg" |
|
|
|
android:padding="@dimen/margin_1" |
|
|
|
android:text="upload KYC Documents" |
|
|
|
android:text="Personal Details" |
|
|
|
android:textColor="@color/black" |
|
|
|
app:drawableEndCompat="@drawable/svg_down_arrow" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvFDRating" |
|
|
|
app:layout_constraintLeft_toLeftOf="parent" |
|
|
|
app:layout_constraintRight_toRightOf="parent" /> |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvFdRating" |
|
|
|
app:drawableEndCompat="@drawable/svg_down_arrow" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/tvAddressProofType" |
|
|
|
style="@style/regularStyle" |
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/llPersonalDetail" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:paddingStart="20dp" |
|
|
|
android:paddingEnd="20dp" |
|
|
|
android:layout_marginTop="12dp" |
|
|
|
android:text="@string/address_proof_type" |
|
|
|
android:textColor="@color/text_default" |
|
|
|
android:textSize="@dimen/text_size_12" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvUploadKYCDocument" |
|
|
|
app:layout_constraintLeft_toLeftOf="parent" |
|
|
|
app:layout_constraintRight_toRightOf="parent" /> |
|
|
|
|
|
|
|
<Spinner |
|
|
|
android:id="@+id/spAddressType" |
|
|
|
android:padding="@dimen/margin_10" |
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tlMobileNumber" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_margin="5dp" |
|
|
|
android:hint="Enter Mobile Number"> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:inputType="phone" |
|
|
|
android:maxEms="10" /> |
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tlDOB" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_margin="5dp" |
|
|
|
android:hint="Date Of Birth"> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:drawableEnd="@drawable/svg_cal" |
|
|
|
android:inputType="date" /> |
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tlPanNumber" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_margin="5dp" |
|
|
|
android:layout_marginTop="5dp" |
|
|
|
android:hint="Enter PAN Number"> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:maxEms="10" /> |
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
<Spinner |
|
|
|
android:id="@+id/spDuration" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_margin="5dp" |
|
|
|
android:layout_marginTop="5dp" |
|
|
|
android:background="@drawable/rounded_corner_with_line" |
|
|
|
android:minHeight="48dp" |
|
|
|
android:paddingStart="@dimen/margin_10" |
|
|
|
android:paddingEnd="0dp" |
|
|
|
android:entries="@array/title"/> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tlFirstName" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_margin="5dp" |
|
|
|
android:hint="Enter First Name"> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:inputType="text" |
|
|
|
android:maxEms="40" /> |
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tlMiddleName" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_margin="5dp" |
|
|
|
android:layout_marginTop="5dp" |
|
|
|
android:hint="@string/middle_name"> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:inputType="text" |
|
|
|
android:maxEms="40" /> |
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tlLastName" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_margin="5dp" |
|
|
|
android:hint="Enter Last Name" |
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
app:layout_constraintEnd_toEndOf="parent"> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:inputType="text" |
|
|
|
android:maxEms="40" /> |
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
<Spinner |
|
|
|
android:id="@+id/spGender" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_margin="5dp" |
|
|
|
android:background="@drawable/rounded_corner_with_line" |
|
|
|
android:minHeight="48dp" |
|
|
|
android:paddingStart="@dimen/margin_10" |
|
|
|
android:paddingEnd="0dp" |
|
|
|
android:entries="@array/gender" /> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tlEmail" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_margin="5dp" |
|
|
|
android:hint="Enter Email Address"> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:inputType="textEmailAddress" |
|
|
|
android:maxEms="50" /> |
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tlOccupation" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_margin="5dp" |
|
|
|
android:hint="Enter Occupation"> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:inputType="text" |
|
|
|
android:maxEms="60" /> |
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tlQualification" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_margin="5dp" |
|
|
|
android:hint="Enter Qualification"> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:inputType="text" |
|
|
|
android:maxEms="60" /> |
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
<Spinner |
|
|
|
android:id="@+id/spMarital" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_margin="5dp" |
|
|
|
android:background="@drawable/rounded_corner_with_line" |
|
|
|
android:minHeight="48dp" |
|
|
|
android:paddingStart="@dimen/margin_10" |
|
|
|
android:paddingEnd="0dp" |
|
|
|
android:entries="@array/maritalStatus"/> |
|
|
|
|
|
|
|
<Spinner |
|
|
|
android:id="@+id/spRelation" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_margin="5dp" |
|
|
|
android:background="@drawable/rounded_corner_with_line" |
|
|
|
android:minHeight="48dp" |
|
|
|
android:entries="@array/interestPayoutList" /> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tlRelationName" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
|
android:hint="Relation Name"> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:inputType="text" |
|
|
|
android:maxEms="100" /> |
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tlAddressLine1" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
|
android:hint="Enter Address 1"> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:inputType="text" |
|
|
|
android:maxEms="100" /> |
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tlAddressLine2" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
|
android:hint="Enter Address 2"> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:inputType="text" |
|
|
|
android:maxEms="100" /> |
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tlArea" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
|
android:hint="Area"> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:inputType="text" |
|
|
|
android:maxEms="200" /> |
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tlCountry" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
|
android:hint="Country"> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:inputType="text" |
|
|
|
android:maxEms="200" /> |
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tlState" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
|
android:hint="State"> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:inputType="text" |
|
|
|
android:maxEms="100" /> |
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tlCity" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
|
android:hint="City"> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:inputType="text" |
|
|
|
android:maxEms="100" /> |
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tlPinCode" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
|
android:hint="PinCode"> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:inputType="text" |
|
|
|
android:maxEms="6" /> |
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="@dimen/margin_45" |
|
|
|
android:paddingStart="10dp" |
|
|
|
android:paddingEnd="10dp" |
|
|
|
android:layout_marginTop="5dp" |
|
|
|
android:layout_marginStart="20dp" |
|
|
|
android:layout_marginEnd="20dp" |
|
|
|
android:background="@drawable/rounded_corner_with_line" |
|
|
|
android:entries="@array/address_type" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvAddressProofType" |
|
|
|
app:layout_constraintLeft_toLeftOf="parent" |
|
|
|
app:layout_constraintRight_toRightOf="parent" /> |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@color/grey_bg"> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/tvAadhaarFront" |
|
|
|
style="@style/regularStyle" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
<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:text="Nominee Details" |
|
|
|
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:layout_marginEnd="@dimen/margin_5"/> |
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/llNomineeDetail" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="@string/aadhaar_front" |
|
|
|
android:textColor="@color/text_default" |
|
|
|
android:textSize="@dimen/text_size_12" |
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/btnAadhaarFrontUpload" |
|
|
|
app:layout_constraintStart_toStartOf="@+id/spAddressType" |
|
|
|
app:layout_constraintTop_toTopOf="@+id/btnAadhaarFrontUpload" |
|
|
|
app:layout_constraintVertical_bias="0.562" /> |
|
|
|
|
|
|
|
<Button |
|
|
|
android:id="@+id/btnAadhaarFrontUpload" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="48dp" |
|
|
|
android:layout_alignParentEnd="true" |
|
|
|
android:layout_marginTop="16dp" |
|
|
|
android:layout_marginBottom="8dp" |
|
|
|
android:backgroundTint="@color/color_EFEFEF" |
|
|
|
android:paddingLeft="@dimen/margin_30" |
|
|
|
android:paddingRight="@dimen/margin_30" |
|
|
|
android:text="Upload File" |
|
|
|
android:textAllCaps="false" |
|
|
|
android:textColor="@color/black" |
|
|
|
app:layout_constraintBottom_toTopOf="@+id/btnAadhaarBackUpload" |
|
|
|
app:layout_constraintEnd_toEndOf="@+id/spAddressType" |
|
|
|
app:layout_constraintHorizontal_bias="1.0" |
|
|
|
app:layout_constraintStart_toEndOf="@+id/tvAadhaarFront" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/spAddressType" |
|
|
|
app:layout_constraintVertical_bias="0.0" /> |
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
|
android:padding="@dimen/margin_10" |
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
<Spinner |
|
|
|
android:id="@+id/spTitle" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@drawable/rounded_corner_with_line" |
|
|
|
android:minHeight="48dp" |
|
|
|
android:entries="@array/interestPayoutList" /> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tlNomineeFirstName" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:hint="Nominee First Name"> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:inputType="text" |
|
|
|
android:maxEms="100" /> |
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tlNomineeMiddleName" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:hint="@string/nominee_middle_name"> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:inputType="text" |
|
|
|
android:maxEms="100" /> |
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tlNomineeLastName" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:hint="Nominee Last Name"> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:inputType="text" |
|
|
|
android:maxEms="100" /> |
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tlNomineeDOB" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:hint="Nominee Date Of Birth"> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:drawableEnd="@drawable/svg_cal" |
|
|
|
android:inputType="date" /> |
|
|
|
|
|
|
|
</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="48dp" |
|
|
|
android:entries="@array/interestPayoutList" /> |
|
|
|
|
|
|
|
<CheckBox |
|
|
|
android:id="@+id/cbNomineeSameAddress" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="Nominee address is same as Primary Applicant’s address" |
|
|
|
android:textSize="@dimen/text_size_10" /> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/TLGuardianName" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:hint="@string/guardian_name_optional"> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:inputType="text" |
|
|
|
android:maxEms="60" /> |
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tlGuardianAge" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:hint="@string/guardian_age_optional"> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:inputType="text" |
|
|
|
android:maxEms="60" /> |
|
|
|
|
|
|
|
</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="48dp" |
|
|
|
android:entries="@array/interestPayoutList" /> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tlGuardianAddress" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:hint="@string/guardian_address_optional"> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:inputType="text" |
|
|
|
android:maxEms="60" /> |
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tlGuardianPinCode" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:hint="@string/guardian_pinCode_optional"> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:inputType="text" |
|
|
|
android:maxEms="60" /> |
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/tvAadhaarBack" |
|
|
|
style="@style/regularStyle" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:id="@+id/tvBankDetails" |
|
|
|
style="@style/semiBoldStyle" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:text="@string/aadhaar_back" |
|
|
|
android:textColor="@color/text_default" |
|
|
|
android:textSize="@dimen/text_size_12" |
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/btnAadhaarBackUpload" |
|
|
|
app:layout_constraintStart_toStartOf="@+id/tvAadhaarFront" |
|
|
|
app:layout_constraintTop_toTopOf="@+id/btnAadhaarBackUpload" /> |
|
|
|
|
|
|
|
<Button |
|
|
|
android:id="@+id/btnAadhaarBackUpload" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="48dp" |
|
|
|
android:layout_alignParentEnd="true" |
|
|
|
android:layout_marginTop="6dp" |
|
|
|
android:layout_marginBottom="8dp" |
|
|
|
android:backgroundTint="@color/color_EFEFEF" |
|
|
|
android:paddingLeft="@dimen/margin_30" |
|
|
|
android:paddingRight="@dimen/margin_30" |
|
|
|
android:text="Upload File" |
|
|
|
android:textAllCaps="false" |
|
|
|
android:layout_marginTop="22dp" |
|
|
|
android:background="@color/grey_bg" |
|
|
|
android:padding="@dimen/margin_3" |
|
|
|
android:text="Bank Details" |
|
|
|
android:textColor="@color/black" |
|
|
|
app:layout_constraintBottom_toTopOf="@+id/btnPANUpload" |
|
|
|
app:layout_constraintEnd_toEndOf="@+id/btnAadhaarFrontUpload" |
|
|
|
app:layout_constraintHorizontal_bias="1.0" |
|
|
|
app:layout_constraintStart_toEndOf="@+id/tvAadhaarBack" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/btnAadhaarFrontUpload" /> |
|
|
|
app:drawableRightCompat="@drawable/svg_down_arrow" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/tvPAN" |
|
|
|
style="@style/regularStyle" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/llBankDetails" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:text="@string/pan_upload" |
|
|
|
android:textColor="@color/text_default" |
|
|
|
android:textSize="@dimen/text_size_12" |
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/btnPANUpload" |
|
|
|
app:layout_constraintEnd_toStartOf="@+id/btnAadhaarBackUpload" |
|
|
|
app:layout_constraintHorizontal_bias="0.0" |
|
|
|
app:layout_constraintStart_toStartOf="@+id/tvAadhaarBack" |
|
|
|
app:layout_constraintTop_toTopOf="@+id/btnPANUpload" |
|
|
|
app:layout_constraintVertical_bias="0.468" /> |
|
|
|
|
|
|
|
<Button |
|
|
|
android:id="@+id/btnPANUpload" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="48dp" |
|
|
|
android:layout_alignParentEnd="true" |
|
|
|
android:layout_marginTop="6dp" |
|
|
|
android:layout_marginBottom="8dp" |
|
|
|
android:backgroundTint="@color/color_EFEFEF" |
|
|
|
android:paddingLeft="@dimen/margin_30" |
|
|
|
android:paddingRight="@dimen/margin_30" |
|
|
|
android:text="Upload File" |
|
|
|
android:textAllCaps="false" |
|
|
|
android:textColor="@color/black" |
|
|
|
app:layout_constraintBottom_toTopOf="@+id/btnPhotoUpload" |
|
|
|
app:layout_constraintEnd_toEndOf="@+id/btnAadhaarBackUpload" |
|
|
|
app:layout_constraintHorizontal_bias="1.0" |
|
|
|
app:layout_constraintStart_toEndOf="@+id/tvPAN" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/btnAadhaarBackUpload" /> |
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
|
android:padding="@dimen/margin_10" |
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/tvAccountType" |
|
|
|
style="@style/regularStyle" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="12dp" |
|
|
|
android:padding="@dimen/margin_3" |
|
|
|
android:text="Account type *" |
|
|
|
android:textColor="@color/black" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvFdRating" |
|
|
|
tools:layout_editor_absoluteX="5dp" /> |
|
|
|
|
|
|
|
<RadioGroup |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
<RadioButton |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="Savings account" /> |
|
|
|
|
|
|
|
<RadioButton |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginStart="50dp" |
|
|
|
android:text="Current account" /> |
|
|
|
|
|
|
|
</RadioGroup> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tlIFSC" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="@dimen/margin_8" |
|
|
|
android:layout_marginBottom="@dimen/margin_8" |
|
|
|
android:hint="Enter IFSC Code"> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tlAccountNumber" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="@dimen/margin_8" |
|
|
|
android:layout_marginBottom="@dimen/margin_8" |
|
|
|
android:hint="Enter Account Number"> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tlBankName" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="@dimen/margin_8" |
|
|
|
android:layout_marginBottom="@dimen/margin_8" |
|
|
|
android:hint="Enter Bank Name"> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tlBankBranchName" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="@dimen/margin_8" |
|
|
|
android:layout_marginBottom="@dimen/margin_8" |
|
|
|
android:hint="Enter Branch Name"> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" /> |
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="26dp" |
|
|
|
android:background="@color/grey_bg"> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/tvPaymentMode" |
|
|
|
style="@style/semiBoldStyle" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:layout_marginTop="12dp" |
|
|
|
android:padding="@dimen/margin_3" |
|
|
|
android:text="Payment mode" |
|
|
|
android:textColor="@color/black" |
|
|
|
tools:layout_editor_absoluteX="5dp" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
style="@style/regularStyle" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_alignParentEnd="true" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:layout_marginTop="12dp" |
|
|
|
android:padding="@dimen/margin_3" |
|
|
|
android:text="Eligible bank option" |
|
|
|
android:textColor="@color/blue_text_color" |
|
|
|
tools:layout_editor_absoluteX="5dp" /> |
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
<RadioGroup |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginStart="@dimen/margin_10" |
|
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
<RadioButton |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:text="UPI" /> |
|
|
|
|
|
|
|
<RadioButton |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginStart="50dp" |
|
|
|
android:text="NetBanking" /> |
|
|
|
|
|
|
|
</RadioGroup> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/tvPhotoUpload" |
|
|
|
style="@style/regularStyle" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:text="@string/photo_upload" |
|
|
|
android:textColor="@color/text_default" |
|
|
|
android:textSize="@dimen/text_size_12" |
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/btnPhotoUpload" |
|
|
|
app:layout_constraintStart_toStartOf="@+id/tvPAN" |
|
|
|
app:layout_constraintTop_toTopOf="@+id/btnPhotoUpload" /> |
|
|
|
|
|
|
|
<Button |
|
|
|
android:id="@+id/btnPhotoUpload" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="48dp" |
|
|
|
android:layout_alignParentEnd="true" |
|
|
|
android:layout_marginTop="10dp" |
|
|
|
android:backgroundTint="@color/color_EFEFEF" |
|
|
|
android:paddingLeft="@dimen/margin_30" |
|
|
|
android:paddingRight="@dimen/margin_30" |
|
|
|
android:text="Upload File" |
|
|
|
android:textAllCaps="false" |
|
|
|
android:textColor="@color/black" |
|
|
|
app:layout_constraintEnd_toEndOf="@+id/btnPANUpload" |
|
|
|
app:layout_constraintHorizontal_bias="1.0" |
|
|
|
app:layout_constraintStart_toEndOf="@+id/tvPhotoUpload" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/btnPANUpload" /> |
|
|
|
android:layout_marginTop="12dp" |
|
|
|
android:padding="@dimen/margin_3" |
|
|
|
android:text="Upto Rs. 1 lakh only" |
|
|
|
android:layout_marginStart="@dimen/margin_15" |
|
|
|
android:layout_marginBottom="@dimen/margin_20" |
|
|
|
android:textColor="@color/gray_text_color" |
|
|
|
tools:layout_editor_absoluteX="5dp" /> |
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
</com.google.android.material.card.MaterialCardView> |
|
|
|
|
|
|
|
|
|
|
|
</androidx.core.widget.NestedScrollView> |
|
|
|
|
|
|
|
<include |
|
|
|
android:id="@+id/bankDetail" |
|
|
|
layout="@layout/bank_detail_select" |
|
|
|
android:visibility="gone" |
|
|
|
app:layout_constrainedWidth="true" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toTopOf="parent" /> |
|
|
|
|
|
|
|
<com.google.android.material.button.MaterialButton |
|
|
|
android:id="@+id/btnBack" |
|
|
|
android:layout_width="wrap_content" |
|
|
@ -262,14 +810,13 @@ |
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
app:layout_constraintEnd_toStartOf="@+id/btnNext" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/scrollView"/> |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/scrollView" /> |
|
|
|
|
|
|
|
<com.google.android.material.button.MaterialButton |
|
|
|
android:id="@+id/btnNext" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_gravity="center_vertical" |
|
|
|
android:layout_marginStart="16dp" |
|
|
|
android:layout_marginTop="20dp" |
|
|
|
android:layout_marginBottom="15dp" |
|
|
|
android:backgroundTint="@color/colorPrimary" |
|
|
@ -278,6 +825,6 @@ |
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintStart_toEndOf="@+id/btnBack" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/scrollView" /> |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/scrollView"/> |
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |