|
@ -1,5 +1,6 @@ |
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout |
|
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
android:id="@+id/constraintLayout" |
|
|
android:id="@+id/constraintLayout" |
|
@ -13,7 +14,7 @@ |
|
|
android:id="@+id/scrollView" |
|
|
android:id="@+id/scrollView" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="match_parent" |
|
|
android:layout_height="match_parent" |
|
|
android:layout_marginBottom="80dp" |
|
|
|
|
|
|
|
|
android:layout_marginBottom="@dimen/margin_80" |
|
|
android:background="@color/Nivesh_color_AppBg" |
|
|
android:background="@color/Nivesh_color_AppBg" |
|
|
android:fillViewport="true" |
|
|
android:fillViewport="true" |
|
|
android:visibility="visible" |
|
|
android:visibility="visible" |
|
@ -27,7 +28,7 @@ |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:foreground="?android:attr/selectableItemBackground" |
|
|
android:foreground="?android:attr/selectableItemBackground" |
|
|
app:cardElevation="1dp" |
|
|
|
|
|
|
|
|
app:cardElevation="@dimen/margin_1" |
|
|
app:cardUseCompatPadding="true"> |
|
|
app:cardUseCompatPadding="true"> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
<LinearLayout |
|
@ -39,12 +40,12 @@ |
|
|
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" |
|
|
android:padding="10dp"> |
|
|
|
|
|
|
|
|
android:padding="@dimen/margin_15"> |
|
|
|
|
|
|
|
|
<ImageView |
|
|
<ImageView |
|
|
android:id="@+id/logo" |
|
|
android:id="@+id/logo" |
|
|
android:layout_width="@dimen/margin_150" |
|
|
android:layout_width="@dimen/margin_150" |
|
|
android:layout_height="18dp" |
|
|
|
|
|
|
|
|
android:layout_height="@dimen/margin_18" |
|
|
android:src="@drawable/bajaj_logo" |
|
|
android:src="@drawable/bajaj_logo" |
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
@ -59,7 +60,7 @@ |
|
|
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" |
|
|
android:layout_marginBottom="1dp" |
|
|
|
|
|
|
|
|
android:layout_marginBottom="@dimen/margin_1" |
|
|
android:text="Ratings: CRISIL AAA/Stable & ICRA AAA/Stable" |
|
|
android:text="Ratings: CRISIL AAA/Stable & ICRA AAA/Stable" |
|
|
android:textColor="@color/light_text" |
|
|
android:textColor="@color/light_text" |
|
|
android:textSize="@dimen/text_size_12" /> |
|
|
android:textSize="@dimen/text_size_12" /> |
|
@ -69,8 +70,8 @@ |
|
|
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" |
|
|
android:layout_marginTop="@dimen/margin_20" |
|
|
|
|
|
android:layout_marginBottom="1dp" |
|
|
|
|
|
|
|
|
android:layout_marginTop="@dimen/margin_15" |
|
|
|
|
|
android:layout_marginBottom="@dimen/margin_1" |
|
|
android:text="All fields are mandatory other then optional" |
|
|
android:text="All fields are mandatory other then optional" |
|
|
android:textColor="@color/light_text" |
|
|
android:textColor="@color/light_text" |
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
android:textSize="@dimen/text_size_14" /> |
|
@ -82,8 +83,8 @@ |
|
|
style="@style/semiBoldStyle" |
|
|
style="@style/semiBoldStyle" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:paddingStart="10dp" |
|
|
|
|
|
android:paddingEnd="10dp" |
|
|
|
|
|
|
|
|
android:paddingStart="@dimen/margin_18" |
|
|
|
|
|
android:paddingEnd="@dimen/margin_10" |
|
|
android:background="@color/grey_bg" |
|
|
android:background="@color/grey_bg" |
|
|
android:padding="@dimen/margin_1" |
|
|
android:padding="@dimen/margin_1" |
|
|
android:text="Personal Details" |
|
|
android:text="Personal Details" |
|
@ -103,13 +104,15 @@ |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_margin="5dp" |
|
|
|
|
|
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
android:hint="Enter Mobile Number"> |
|
|
android:hint="Enter Mobile Number"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
|
|
android:id="@+id/edtMobileNumber" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:inputType="phone" |
|
|
android:inputType="phone" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
android:maxEms="10" /> |
|
|
android:maxEms="10" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
@ -119,13 +122,15 @@ |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_margin="5dp" |
|
|
|
|
|
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
android:hint="Date Of Birth"> |
|
|
android:hint="Date Of Birth"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
|
|
android:id="@+id/edtDOB" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:drawableEnd="@drawable/svg_cal" |
|
|
android:drawableEnd="@drawable/svg_cal" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
android:inputType="date" /> |
|
|
android:inputType="date" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
@ -135,41 +140,67 @@ |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_margin="5dp" |
|
|
|
|
|
android:layout_marginTop="5dp" |
|
|
|
|
|
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
android:hint="Enter PAN Number"> |
|
|
android:hint="Enter PAN Number"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
|
|
android:id="@+id/edtPANNumber" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:maxEms="10" /> |
|
|
android:maxEms="10" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
|
<Spinner |
|
|
|
|
|
android:id="@+id/spDuration" |
|
|
|
|
|
|
|
|
<!-- <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 |
|
|
|
|
|
android:id="@+id/tlTitle" |
|
|
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu" |
|
|
android:layout_width="match_parent" |
|
|
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"/> |
|
|
|
|
|
|
|
|
android:layout_height="@dimen/margin_48" |
|
|
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
|
|
|
app:hintEnabled="false" |
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tlDepositAmount"> |
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.MaterialAutoCompleteTextView |
|
|
|
|
|
android:id="@+id/spTitle" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:background="@drawable/rounded_corner_with_line" |
|
|
|
|
|
android:hint="@string/selectTitle" |
|
|
|
|
|
android:inputType="none" |
|
|
|
|
|
android:labelFor="@+id/spInterestPayout" |
|
|
|
|
|
android:textColorHint="#757575" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
android:id="@+id/tlFirstName" |
|
|
android:id="@+id/tlFirstName" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_margin="5dp" |
|
|
|
|
|
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
android:hint="Enter First Name"> |
|
|
android:hint="Enter First Name"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
|
|
android:id="@+id/edtFirstName" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:inputType="text" |
|
|
android:inputType="text" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
android:maxEms="40" /> |
|
|
android:maxEms="40" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
@ -179,14 +210,16 @@ |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_margin="5dp" |
|
|
|
|
|
android:layout_marginTop="5dp" |
|
|
|
|
|
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
|
|
|
android:layout_marginTop="@dimen/margin_5" |
|
|
android:hint="@string/middle_name"> |
|
|
android:hint="@string/middle_name"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
|
|
android:id="@+id/edtMiddleName" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:inputType="text" |
|
|
android:inputType="text" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
android:maxEms="40" /> |
|
|
android:maxEms="40" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
@ -196,42 +229,70 @@ |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_margin="5dp" |
|
|
|
|
|
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
android:hint="Enter Last Name" |
|
|
android:hint="Enter Last Name" |
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
app:layout_constraintEnd_toEndOf="parent"> |
|
|
app:layout_constraintEnd_toEndOf="parent"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
|
|
android:id="@+id/edtLastName" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:inputType="text" |
|
|
android:inputType="text" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
android:maxEms="40" /> |
|
|
android:maxEms="40" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
|
<Spinner |
|
|
|
|
|
android:id="@+id/spGender" |
|
|
|
|
|
|
|
|
<!-- <Spinner--> |
|
|
|
|
|
<!-- android:id="@+id/spGender"--> |
|
|
|
|
|
<!-- android:layout_width="match_parent"--> |
|
|
|
|
|
<!-- android:layout_height="wrap_content"--> |
|
|
|
|
|
<!-- android:layout_margin="@dimen/margin_5"--> |
|
|
|
|
|
<!-- android:background="@drawable/rounded_corner_with_line"--> |
|
|
|
|
|
<!-- android:minHeight="@dimen/margin_48"--> |
|
|
|
|
|
<!-- android:paddingStart="@dimen/margin_10"--> |
|
|
|
|
|
<!-- android:textSize="@dimen/text_size_14"--> |
|
|
|
|
|
<!-- android:paddingEnd="0dp"--> |
|
|
|
|
|
<!-- android:entries="@array/gender" />--> |
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
|
|
android:id="@+id/tlGender" |
|
|
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu" |
|
|
android:layout_width="match_parent" |
|
|
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" /> |
|
|
|
|
|
|
|
|
android:layout_height="@dimen/margin_48" |
|
|
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
|
|
|
app:hintEnabled="false" |
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tlDepositAmount"> |
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.MaterialAutoCompleteTextView |
|
|
|
|
|
android:id="@+id/spGender" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:background="@drawable/rounded_corner_with_line" |
|
|
|
|
|
android:hint="@string/selectGender" |
|
|
|
|
|
android:inputType="none" |
|
|
|
|
|
android:labelFor="@+id/spInterestPayout" |
|
|
|
|
|
android:textColorHint="#757575" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
android:id="@+id/tlEmail" |
|
|
android:id="@+id/tlEmail" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_margin="5dp" |
|
|
|
|
|
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
android:hint="Enter Email Address"> |
|
|
android:hint="Enter Email Address"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
|
|
android:id="@+id/edtEmail" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:inputType="textEmailAddress" |
|
|
android:inputType="textEmailAddress" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
android:maxEms="50" /> |
|
|
android:maxEms="50" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
@ -241,13 +302,15 @@ |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_margin="5dp" |
|
|
|
|
|
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
android:hint="Enter Occupation"> |
|
|
android:hint="Enter Occupation"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
|
|
android:id="@+id/edtOccupation" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:inputType="text" |
|
|
android:inputType="text" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
android:maxEms="60" /> |
|
|
android:maxEms="60" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
@ -257,117 +320,176 @@ |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_margin="5dp" |
|
|
|
|
|
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
android:hint="Enter Qualification"> |
|
|
android:hint="Enter Qualification"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
|
|
android:id="@+id/edtQualification" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:inputType="text" |
|
|
android:inputType="text" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
android:maxEms="60" /> |
|
|
android:maxEms="60" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</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" /> |
|
|
|
|
|
|
|
|
<!-- <Spinner--> |
|
|
|
|
|
<!-- android:id="@+id/spMarital"--> |
|
|
|
|
|
<!-- android:layout_width="match_parent"--> |
|
|
|
|
|
<!-- android:layout_height="wrap_content"--> |
|
|
|
|
|
<!-- android:layout_margin="@dimen/margin_5"--> |
|
|
|
|
|
<!-- android:background="@drawable/rounded_corner_with_line"--> |
|
|
|
|
|
<!-- android:minHeight="@dimen/margin_48"--> |
|
|
|
|
|
<!-- android:paddingStart="@dimen/margin_10"--> |
|
|
|
|
|
<!-- android:textSize="@dimen/text_size_14"--> |
|
|
|
|
|
<!-- android:paddingEnd="0dp"--> |
|
|
|
|
|
<!-- android:entries="@array/maritalStatus"/>--> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
android:id="@+id/tlRelationName" |
|
|
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
|
|
|
|
|
|
android:id="@+id/tlMarital" |
|
|
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
|
android:layout_height="@dimen/margin_48" |
|
|
android:layout_margin="@dimen/margin_5" |
|
|
android:layout_margin="@dimen/margin_5" |
|
|
android:hint="Relation Name"> |
|
|
|
|
|
|
|
|
app:hintEnabled="false" |
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tlDepositAmount"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.MaterialAutoCompleteTextView |
|
|
|
|
|
android:id="@+id/spMarital" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:inputType="text" |
|
|
|
|
|
android:maxEms="100" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
android:background="@drawable/rounded_corner_with_line" |
|
|
|
|
|
android:hint="@string/selectMaritalStatus" |
|
|
|
|
|
android:inputType="none" |
|
|
|
|
|
android:labelFor="@+id/spInterestPayout" |
|
|
|
|
|
android:textColorHint="#757575" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <Spinner--> |
|
|
|
|
|
<!-- android:id="@+id/spRelation"--> |
|
|
|
|
|
<!-- android:layout_width="match_parent"--> |
|
|
|
|
|
<!-- android:layout_height="wrap_content"--> |
|
|
|
|
|
<!-- android:layout_margin="@dimen/margin_5"--> |
|
|
|
|
|
<!-- android:background="@drawable/rounded_corner_with_line"--> |
|
|
|
|
|
<!-- android:minHeight="@dimen/margin_48"--> |
|
|
|
|
|
<!-- android:entries="@array/interestPayoutList" />--> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
android:id="@+id/tlAddressLine1" |
|
|
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
|
|
|
|
|
|
android:id="@+id/tlRelation" |
|
|
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
|
android:layout_height="@dimen/margin_48" |
|
|
android:layout_margin="@dimen/margin_5" |
|
|
android:layout_margin="@dimen/margin_5" |
|
|
android:hint="Enter Address 1"> |
|
|
|
|
|
|
|
|
app:hintEnabled="false" |
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tlDepositAmount"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.MaterialAutoCompleteTextView |
|
|
|
|
|
android:id="@+id/spRelation" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:inputType="text" |
|
|
|
|
|
android:maxEms="100" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
android:background="@drawable/rounded_corner_with_line" |
|
|
|
|
|
android:hint="@string/selectRelation" |
|
|
|
|
|
android:inputType="none" |
|
|
|
|
|
android:labelFor="@+id/tlRelation" |
|
|
|
|
|
android:textColorHint="#757575" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
android:id="@+id/tlAddressLine2" |
|
|
|
|
|
|
|
|
android:id="@+id/tlRelationName" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_margin="@dimen/margin_5" |
|
|
android:layout_margin="@dimen/margin_5" |
|
|
android:hint="Enter Address 2"> |
|
|
|
|
|
|
|
|
android:hint="Relation Name"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
|
|
android:id="@+id/edtRelationName" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:inputType="text" |
|
|
android:inputType="text" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
android:maxEms="100" /> |
|
|
android:maxEms="100" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
android:id="@+id/tlArea" |
|
|
|
|
|
|
|
|
android:id="@+id/tlAddressLine1" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_margin="@dimen/margin_5" |
|
|
android:layout_margin="@dimen/margin_5" |
|
|
android:hint="Area"> |
|
|
|
|
|
|
|
|
android:hint="Enter Address 1"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
|
|
android:id="@+id/edtAddressLine1" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:inputType="text" |
|
|
android:inputType="text" |
|
|
android:maxEms="200" /> |
|
|
|
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
|
|
|
android:maxEms="100" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
android:id="@+id/tlCountry" |
|
|
|
|
|
|
|
|
android:id="@+id/tlAddressLine2" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_margin="@dimen/margin_5" |
|
|
android:layout_margin="@dimen/margin_5" |
|
|
android:hint="Country"> |
|
|
|
|
|
|
|
|
android:hint="Enter Address 2"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
|
|
android:id="@+id/edtAddressLine2" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:inputType="text" |
|
|
android:inputType="text" |
|
|
android:maxEms="200" /> |
|
|
|
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
|
|
|
android:maxEms="100" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</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:textSize="@dimen/text_size_14"--> |
|
|
|
|
|
<!-- 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:textSize="@dimen/text_size_14"--> |
|
|
|
|
|
<!-- android:maxEms="200" />--> |
|
|
|
|
|
|
|
|
|
|
|
<!-- </com.google.android.material.textfield.TextInputLayout>--> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
android:id="@+id/tlState" |
|
|
android:id="@+id/tlState" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
@ -377,9 +499,11 @@ |
|
|
android:hint="State"> |
|
|
android:hint="State"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
|
|
android:id="@+id/edtState" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:inputType="text" |
|
|
android:inputType="text" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
android:maxEms="100" /> |
|
|
android:maxEms="100" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
@ -393,9 +517,11 @@ |
|
|
android:hint="City"> |
|
|
android:hint="City"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
|
|
android:id="@+id/edtCity" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:inputType="text" |
|
|
android:inputType="text" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
android:maxEms="100" /> |
|
|
android:maxEms="100" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
@ -406,9 +532,11 @@ |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_margin="@dimen/margin_5" |
|
|
android:layout_margin="@dimen/margin_5" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
android:hint="PinCode"> |
|
|
android:hint="PinCode"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
|
|
android:id="@+id/edtPinCode" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:inputType="text" |
|
|
android:inputType="text" |
|
@ -421,6 +549,10 @@ |
|
|
<RelativeLayout |
|
|
<RelativeLayout |
|
|
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"> |
|
|
android:background="@color/grey_bg"> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
@ -430,6 +562,7 @@ |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:padding="@dimen/margin_3" |
|
|
android:padding="@dimen/margin_3" |
|
|
android:layout_centerVertical="true" |
|
|
android:layout_centerVertical="true" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
android:text="Nominee Details" |
|
|
android:text="Nominee Details" |
|
|
android:textColor="@color/black" /> |
|
|
android:textColor="@color/black" /> |
|
|
|
|
|
|
|
@ -438,6 +571,7 @@ |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_alignParentEnd="true" |
|
|
android:layout_alignParentEnd="true" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
android:layout_marginEnd="@dimen/margin_5"/> |
|
|
android:layout_marginEnd="@dimen/margin_5"/> |
|
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
</RelativeLayout> |
|
@ -446,29 +580,56 @@ |
|
|
android:id="@+id/llNomineeDetail" |
|
|
android:id="@+id/llNomineeDetail" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_margin="@dimen/margin_5" |
|
|
|
|
|
android:padding="@dimen/margin_10" |
|
|
android:padding="@dimen/margin_10" |
|
|
android:orientation="vertical"> |
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
<Spinner |
|
|
|
|
|
android:id="@+id/spTitle" |
|
|
|
|
|
|
|
|
<!-- <Spinner--> |
|
|
|
|
|
<!-- android:id="@+id/spTitle"--> |
|
|
|
|
|
<!-- android:layout_width="match_parent"--> |
|
|
|
|
|
<!-- android:layout_height="wrap_content"--> |
|
|
|
|
|
<!-- 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 |
|
|
|
|
|
android:id="@+id/tlNomineeTitle" |
|
|
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:background="@drawable/rounded_corner_with_line" |
|
|
|
|
|
android:minHeight="48dp" |
|
|
|
|
|
android:entries="@array/interestPayoutList" /> |
|
|
|
|
|
|
|
|
android:layout_height="@dimen/margin_48" |
|
|
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
|
|
|
app:hintEnabled="false" |
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tlDepositAmount"> |
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.MaterialAutoCompleteTextView |
|
|
|
|
|
android:id="@+id/spNomineeTitle" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:background="@drawable/rounded_corner_with_line" |
|
|
|
|
|
android:hint="@string/selectTitle" |
|
|
|
|
|
android:inputType="none" |
|
|
|
|
|
android:labelFor="@+id/spInterestPayout" |
|
|
|
|
|
android:textColorHint="#757575" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
android:id="@+id/tlNomineeFirstName" |
|
|
android:id="@+id/tlNomineeFirstName" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
android:hint="Nominee First Name"> |
|
|
android:hint="Nominee First Name"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
|
|
android:id="@+id/edtNomineeFirstName" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:inputType="text" |
|
|
android:inputType="text" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
android:maxEms="100" /> |
|
|
android:maxEms="100" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
@ -478,12 +639,15 @@ |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
android:hint="@string/nominee_middle_name"> |
|
|
android:hint="@string/nominee_middle_name"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
|
|
android:id="@+id/edtNomineeMiddleName" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:inputType="text" |
|
|
android:inputType="text" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
android:maxEms="100" /> |
|
|
android:maxEms="100" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
@ -493,12 +657,15 @@ |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
android:hint="Nominee Last Name"> |
|
|
android:hint="Nominee Last Name"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
|
|
android:id="@+id/edtNomineeLastName" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:inputType="text" |
|
|
android:inputType="text" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
android:maxEms="100" /> |
|
|
android:maxEms="100" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
@ -508,29 +675,58 @@ |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
android:hint="Nominee Date Of Birth"> |
|
|
android:hint="Nominee Date Of Birth"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
|
|
android:id="@+id/edtNomineeDOB" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:drawableEnd="@drawable/svg_cal" |
|
|
android:drawableEnd="@drawable/svg_cal" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
android:inputType="date" /> |
|
|
android:inputType="date" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
|
<Spinner |
|
|
|
|
|
android:id="@+id/spNomineeRelation" |
|
|
|
|
|
|
|
|
<!-- <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 |
|
|
|
|
|
android:id="@+id/tlNomineeRelation" |
|
|
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu" |
|
|
android:layout_width="match_parent" |
|
|
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" /> |
|
|
|
|
|
|
|
|
android:layout_height="@dimen/margin_48" |
|
|
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
|
|
|
app:hintEnabled="false" |
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tlDepositAmount"> |
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.MaterialAutoCompleteTextView |
|
|
|
|
|
android:id="@+id/spNomineeRelation" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:background="@drawable/rounded_corner_with_line" |
|
|
|
|
|
android:hint="@string/selectTitle" |
|
|
|
|
|
android:inputType="none" |
|
|
|
|
|
android:labelFor="@+id/spInterestPayout" |
|
|
|
|
|
android:textColorHint="#757575" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<CheckBox |
|
|
<CheckBox |
|
|
android:id="@+id/cbNomineeSameAddress" |
|
|
android:id="@+id/cbNomineeSameAddress" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_marginStart="@dimen/margin_5" |
|
|
android:text="Nominee address is same as Primary Applicant’s address" |
|
|
android:text="Nominee address is same as Primary Applicant’s address" |
|
|
android:textSize="@dimen/text_size_10" /> |
|
|
android:textSize="@dimen/text_size_10" /> |
|
|
|
|
|
|
|
@ -539,12 +735,15 @@ |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
android:hint="@string/guardian_name_optional"> |
|
|
android:hint="@string/guardian_name_optional"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
|
|
android:id="@+id/edtGuardianName" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:inputType="text" |
|
|
android:inputType="text" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
android:maxEms="60" /> |
|
|
android:maxEms="60" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
@ -554,36 +753,68 @@ |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
android:hint="@string/guardian_age_optional"> |
|
|
android:hint="@string/guardian_age_optional"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
|
|
android:id="@+id/edtGuardianAge" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:inputType="text" |
|
|
android:inputType="text" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
android:maxEms="60" /> |
|
|
android:maxEms="60" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
|
<Spinner |
|
|
|
|
|
android:id="@+id/spGuardianRelation" |
|
|
|
|
|
|
|
|
<!-- <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 |
|
|
|
|
|
android:id="@+id/tlGuardianRelation" |
|
|
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu" |
|
|
android:layout_width="match_parent" |
|
|
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" /> |
|
|
|
|
|
|
|
|
android:layout_height="@dimen/margin_48" |
|
|
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
|
|
|
app:hintEnabled="false" |
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tlDepositAmount"> |
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.MaterialAutoCompleteTextView |
|
|
|
|
|
android:id="@+id/spGuardianRelation" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:background="@drawable/rounded_corner_with_line" |
|
|
|
|
|
android:hint="@string/selectTitle" |
|
|
|
|
|
android:inputType="none" |
|
|
|
|
|
android:labelFor="@+id/spInterestPayout" |
|
|
|
|
|
android:textColorHint="#757575" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
android:id="@+id/tlGuardianAddress" |
|
|
android:id="@+id/tlGuardianAddress" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
android:hint="@string/guardian_address_optional"> |
|
|
android:hint="@string/guardian_address_optional"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
|
|
android:id="@+id/edtGuardianAddress" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:inputType="text" |
|
|
android:inputType="text" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
android:maxEms="60" /> |
|
|
android:maxEms="60" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
@ -593,12 +824,15 @@ |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
android:hint="@string/guardian_pinCode_optional"> |
|
|
android:hint="@string/guardian_pinCode_optional"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
|
|
android:id="@+id/edtGuardianPinCode" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:inputType="text" |
|
|
android:inputType="text" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
android:maxEms="60" /> |
|
|
android:maxEms="60" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
@ -610,10 +844,10 @@ |
|
|
style="@style/semiBoldStyle" |
|
|
style="@style/semiBoldStyle" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_marginTop="22dp" |
|
|
|
|
|
android:background="@color/grey_bg" |
|
|
android:background="@color/grey_bg" |
|
|
android:padding="@dimen/margin_3" |
|
|
android:padding="@dimen/margin_3" |
|
|
android:text="Bank Details" |
|
|
android:text="Bank Details" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
android:textColor="@color/black" |
|
|
android:textColor="@color/black" |
|
|
app:drawableRightCompat="@drawable/svg_down_arrow" /> |
|
|
app:drawableRightCompat="@drawable/svg_down_arrow" /> |
|
|
|
|
|
|
|
@ -630,9 +864,9 @@ |
|
|
style="@style/regularStyle" |
|
|
style="@style/regularStyle" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_marginTop="12dp" |
|
|
|
|
|
android:padding="@dimen/margin_3" |
|
|
android:padding="@dimen/margin_3" |
|
|
android:text="Account type *" |
|
|
android:text="Account type *" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
android:textColor="@color/black" |
|
|
android:textColor="@color/black" |
|
|
app:layout_constraintTop_toBottomOf="@+id/tvFdRating" |
|
|
app:layout_constraintTop_toBottomOf="@+id/tvFdRating" |
|
|
tools:layout_editor_absoluteX="5dp" /> |
|
|
tools:layout_editor_absoluteX="5dp" /> |
|
@ -660,13 +894,12 @@ |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_marginTop="@dimen/margin_8" |
|
|
|
|
|
android:layout_marginBottom="@dimen/margin_8" |
|
|
|
|
|
android:hint="Enter IFSC Code"> |
|
|
android:hint="Enter IFSC Code"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
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"/> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
@ -696,7 +929,8 @@ |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
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"/> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
@ -711,7 +945,8 @@ |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
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"/> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
@ -721,7 +956,6 @@ |
|
|
<RelativeLayout |
|
|
<RelativeLayout |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_marginTop="26dp" |
|
|
|
|
|
android:background="@color/grey_bg"> |
|
|
android:background="@color/grey_bg"> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
@ -733,6 +967,7 @@ |
|
|
android:layout_marginTop="12dp" |
|
|
android:layout_marginTop="12dp" |
|
|
android:padding="@dimen/margin_3" |
|
|
android:padding="@dimen/margin_3" |
|
|
android:text="Payment mode" |
|
|
android:text="Payment mode" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
android:textColor="@color/black" |
|
|
android:textColor="@color/black" |
|
|
tools:layout_editor_absoluteX="5dp" /> |
|
|
tools:layout_editor_absoluteX="5dp" /> |
|
|
|
|
|
|
|
@ -745,6 +980,7 @@ |
|
|
android:layout_marginTop="12dp" |
|
|
android:layout_marginTop="12dp" |
|
|
android:padding="@dimen/margin_3" |
|
|
android:padding="@dimen/margin_3" |
|
|
android:text="Eligible bank option" |
|
|
android:text="Eligible bank option" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
android:textColor="@color/blue_text_color" |
|
|
android:textColor="@color/blue_text_color" |
|
|
tools:layout_editor_absoluteX="5dp" /> |
|
|
tools:layout_editor_absoluteX="5dp" /> |
|
|
|
|
|
|
|
@ -775,6 +1011,7 @@ |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_marginTop="12dp" |
|
|
android:layout_marginTop="12dp" |
|
|
android:padding="@dimen/margin_3" |
|
|
android:padding="@dimen/margin_3" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
android:text="Upto Rs. 1 lakh only" |
|
|
android:text="Upto Rs. 1 lakh only" |
|
|
android:layout_marginStart="@dimen/margin_15" |
|
|
android:layout_marginStart="@dimen/margin_15" |
|
|
android:layout_marginBottom="@dimen/margin_20" |
|
|
android:layout_marginBottom="@dimen/margin_20" |
|
@ -802,11 +1039,12 @@ |
|
|
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="20dp" |
|
|
|
|
|
android:layout_marginBottom="15dp" |
|
|
|
|
|
|
|
|
android:layout_marginTop="@dimen/margin_20" |
|
|
|
|
|
android:layout_marginBottom="@dimen/margin_15" |
|
|
android:backgroundTint="@color/blue" |
|
|
android:backgroundTint="@color/blue" |
|
|
android:text="@string/back" |
|
|
android:text="@string/back" |
|
|
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_toStartOf="@+id/btnNext" |
|
|
app:layout_constraintEnd_toStartOf="@+id/btnNext" |
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
app:layout_constraintStart_toStartOf="parent" |
|
@ -817,10 +1055,11 @@ |
|
|
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="20dp" |
|
|
|
|
|
android:layout_marginBottom="15dp" |
|
|
|
|
|
|
|
|
android:layout_marginTop="@dimen/margin_20" |
|
|
|
|
|
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" |
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|