|
@ -1,6 +1,5 @@ |
|
|
<?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" |
|
@ -18,10 +17,11 @@ |
|
|
android:background="@color/Nivesh_color_AppBg" |
|
|
android:background="@color/Nivesh_color_AppBg" |
|
|
android:fillViewport="true" |
|
|
android:fillViewport="true" |
|
|
android:visibility="visible" |
|
|
android:visibility="visible" |
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
|
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/btnNext" |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
app:layout_constraintBottom_toTopOf="@+id/btnNext"> |
|
|
|
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent"> |
|
|
|
|
|
|
|
|
<com.google.android.material.card.MaterialCardView |
|
|
<com.google.android.material.card.MaterialCardView |
|
|
style="@style/CustomCardViewStyle" |
|
|
style="@style/CustomCardViewStyle" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
@ -45,14 +45,14 @@ |
|
|
android:id="@+id/logo" |
|
|
android:id="@+id/logo" |
|
|
android:layout_width="@dimen/margin_150" |
|
|
android:layout_width="@dimen/margin_150" |
|
|
android:layout_height="@dimen/margin_18" |
|
|
android:layout_height="@dimen/margin_18" |
|
|
|
|
|
android:contentDescription="@string/content_description" |
|
|
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" |
|
|
app:layout_constraintHorizontal_bias="0.0" |
|
|
app:layout_constraintHorizontal_bias="0.0" |
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
app:layout_constraintVertical_bias="0.02" |
|
|
|
|
|
android:contentDescription="@string/content_description"/> |
|
|
|
|
|
|
|
|
app:layout_constraintVertical_bias="0.02" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
android:id="@+id/tvFDRating" |
|
|
android:id="@+id/tvFDRating" |
|
@ -82,20 +82,20 @@ |
|
|
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="@dimen/margin_18" |
|
|
|
|
|
android:paddingEnd="@dimen/margin_10" |
|
|
|
|
|
|
|
|
android:layout_gravity="center" |
|
|
android:background="@color/grey_bg" |
|
|
android:background="@color/grey_bg" |
|
|
|
|
|
android:paddingStart="@dimen/margin_18" |
|
|
|
|
|
android:paddingEnd="@dimen/margin_15" |
|
|
android:text="Personal Details" |
|
|
android:text="Personal Details" |
|
|
android:textColor="@color/black" |
|
|
android:textColor="@color/black" |
|
|
app:layout_constraintTop_toBottomOf="@+id/tvFdRating" |
|
|
|
|
|
app:drawableEndCompat="@drawable/svg_down_arrow" /> |
|
|
app:drawableEndCompat="@drawable/svg_down_arrow" /> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
<LinearLayout |
|
|
android:id="@+id/llPersonalDetail" |
|
|
android:id="@+id/llPersonalDetail" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:padding="@dimen/margin_10" |
|
|
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
android:orientation="vertical" |
|
|
|
|
|
android:padding="@dimen/margin_10"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
android:id="@+id/tlMobileNumber" |
|
|
android:id="@+id/tlMobileNumber" |
|
@ -110,8 +110,8 @@ |
|
|
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" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
@ -128,8 +128,8 @@ |
|
|
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" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
@ -143,10 +143,10 @@ |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
android:id="@+id/edtPANNumber" |
|
|
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" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
@ -186,8 +186,8 @@ |
|
|
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" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
@ -205,8 +205,8 @@ |
|
|
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" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
@ -225,22 +225,22 @@ |
|
|
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" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
|
<!-- <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" />--> |
|
|
|
|
|
|
|
|
<!-- <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 |
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
android:id="@+id/tlGender" |
|
|
android:id="@+id/tlGender" |
|
@ -278,8 +278,8 @@ |
|
|
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" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
@ -296,8 +296,8 @@ |
|
|
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" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
@ -314,22 +314,22 @@ |
|
|
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" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
|
</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="@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"/>--> |
|
|
|
|
|
|
|
|
<!-- <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/tlMarital" |
|
|
android:id="@+id/tlMarital" |
|
@ -355,14 +355,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" />--> |
|
|
|
|
|
|
|
|
<!-- <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/tlRelation" |
|
|
android:id="@+id/tlRelation" |
|
@ -401,8 +401,8 @@ |
|
|
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" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
@ -419,8 +419,8 @@ |
|
|
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" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
@ -437,44 +437,44 @@ |
|
|
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" |
|
|
|
|
|
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/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--> |
|
|
|
|
|
<!-- 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" |
|
@ -489,8 +489,8 @@ |
|
|
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" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
@ -507,8 +507,8 @@ |
|
|
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" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
@ -518,8 +518,8 @@ |
|
|
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" |
|
|
|
|
|
android:textSize="@dimen/text_size_14"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
android:id="@+id/edtPinCode" |
|
|
android:id="@+id/edtPinCode" |
|
@ -537,59 +537,59 @@ |
|
|
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:background="@color/grey_bg" |
|
|
android:paddingStart="@dimen/margin_18" |
|
|
android:paddingStart="@dimen/margin_18" |
|
|
android:paddingEnd="@dimen/margin_10" |
|
|
android:paddingEnd="@dimen/margin_10" |
|
|
android:textSize="@dimen/text_size_14" |
|
|
|
|
|
android:background="@color/grey_bg" |
|
|
|
|
|
android:text="Nominee Details (Optional)" |
|
|
android:text="Nominee Details (Optional)" |
|
|
app:drawableEndCompat="@drawable/svg_down_arrow" |
|
|
|
|
|
android:textColor="@color/black" /> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <RelativeLayout--> |
|
|
|
|
|
<!-- android:layout_width="match_parent"--> |
|
|
|
|
|
<!-- android:layout_height="wrap_content"--> |
|
|
|
|
|
<!-- android:paddingTop="@dimen/margin_5"--> |
|
|
|
|
|
<!-- android:paddingBottom="@dimen/margin_5"--> |
|
|
|
|
|
<!-- android:paddingStart="@dimen/margin_15"--> |
|
|
|
|
|
<!-- android:paddingEnd="@dimen/margin_15"--> |
|
|
|
|
|
<!-- android:background="@color/grey_bg">--> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <TextView--> |
|
|
|
|
|
<!-- android:id="@+id/tvNomineeDetails"--> |
|
|
|
|
|
<!-- style="@style/semiBoldStyle"--> |
|
|
|
|
|
<!-- android:layout_width="match_parent"--> |
|
|
|
|
|
<!-- android:layout_height="wrap_content"--> |
|
|
|
|
|
<!-- android:padding="@dimen/margin_3"--> |
|
|
|
|
|
<!-- android:layout_centerVertical="true"--> |
|
|
|
|
|
<!-- android:textSize="@dimen/text_size_14"--> |
|
|
|
|
|
<!-- android:text="Nominee Details (Optional)"--> |
|
|
|
|
|
<!-- android:textColor="@color/black" />--> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <androidx.appcompat.widget.SwitchCompat--> |
|
|
|
|
|
<!-- android:theme="@style/SCBSwitch"--> |
|
|
|
|
|
<!-- android:layout_width="wrap_content"--> |
|
|
|
|
|
<!-- android:layout_height="wrap_content"--> |
|
|
|
|
|
<!-- android:layout_alignParentEnd="true"--> |
|
|
|
|
|
<!-- android:textSize="@dimen/text_size_14"--> |
|
|
|
|
|
<!-- android:layout_marginEnd="@dimen/margin_5"/>--> |
|
|
|
|
|
|
|
|
|
|
|
<!-- </RelativeLayout>--> |
|
|
|
|
|
|
|
|
android:textColor="@color/black" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
|
|
|
app:drawableEndCompat="@drawable/svg_down_arrow" /> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <RelativeLayout--> |
|
|
|
|
|
<!-- android:layout_width="match_parent"--> |
|
|
|
|
|
<!-- android:layout_height="wrap_content"--> |
|
|
|
|
|
<!-- android:paddingTop="@dimen/margin_5"--> |
|
|
|
|
|
<!-- android:paddingBottom="@dimen/margin_5"--> |
|
|
|
|
|
<!-- android:paddingStart="@dimen/margin_15"--> |
|
|
|
|
|
<!-- android:paddingEnd="@dimen/margin_15"--> |
|
|
|
|
|
<!-- android:background="@color/grey_bg">--> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <TextView--> |
|
|
|
|
|
<!-- android:id="@+id/tvNomineeDetails"--> |
|
|
|
|
|
<!-- style="@style/semiBoldStyle"--> |
|
|
|
|
|
<!-- android:layout_width="match_parent"--> |
|
|
|
|
|
<!-- android:layout_height="wrap_content"--> |
|
|
|
|
|
<!-- android:padding="@dimen/margin_3"--> |
|
|
|
|
|
<!-- android:layout_centerVertical="true"--> |
|
|
|
|
|
<!-- android:textSize="@dimen/text_size_14"--> |
|
|
|
|
|
<!-- android:text="Nominee Details (Optional)"--> |
|
|
|
|
|
<!-- android:textColor="@color/black" />--> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <androidx.appcompat.widget.SwitchCompat--> |
|
|
|
|
|
<!-- android:theme="@style/SCBSwitch"--> |
|
|
|
|
|
<!-- android:layout_width="wrap_content"--> |
|
|
|
|
|
<!-- android:layout_height="wrap_content"--> |
|
|
|
|
|
<!-- android:layout_alignParentEnd="true"--> |
|
|
|
|
|
<!-- android:textSize="@dimen/text_size_14"--> |
|
|
|
|
|
<!-- android:layout_marginEnd="@dimen/margin_5"/>--> |
|
|
|
|
|
|
|
|
|
|
|
<!-- </RelativeLayout>--> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
<LinearLayout |
|
|
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: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="@dimen/margin_48"--> |
|
|
|
|
|
<!-- android:textSize="@dimen/text_size_14"--> |
|
|
|
|
|
<!-- android:entries="@array/interestPayoutList" />--> |
|
|
|
|
|
|
|
|
android:orientation="vertical" |
|
|
|
|
|
android:padding="@dimen/margin_10"> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <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 |
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
android:id="@+id/tlNomineeTitle" |
|
|
android:id="@+id/tlNomineeTitle" |
|
@ -628,8 +628,8 @@ |
|
|
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" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
@ -646,8 +646,8 @@ |
|
|
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" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
@ -664,8 +664,8 @@ |
|
|
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" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
@ -682,8 +682,8 @@ |
|
|
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" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
@ -703,7 +703,7 @@ |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:background="@drawable/rounded_corner_with_line" |
|
|
android:background="@drawable/rounded_corner_with_line" |
|
|
android:hint="@string/selectTitle" |
|
|
|
|
|
|
|
|
android:hint="@string/selectRelation" |
|
|
android:inputType="none" |
|
|
android:inputType="none" |
|
|
android:labelFor="@+id/spInterestPayout" |
|
|
android:labelFor="@+id/spInterestPayout" |
|
|
android:textColorHint="#757575" |
|
|
android:textColorHint="#757575" |
|
@ -720,7 +720,7 @@ |
|
|
android:textSize="@dimen/text_size_10" /> |
|
|
android:textSize="@dimen/text_size_10" /> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
android:id="@+id/TLGuardianName" |
|
|
|
|
|
|
|
|
android:id="@+id/tlGuardianName" |
|
|
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" |
|
@ -732,8 +732,8 @@ |
|
|
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" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
@ -750,8 +750,8 @@ |
|
|
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" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
@ -771,7 +771,7 @@ |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:background="@drawable/rounded_corner_with_line" |
|
|
android:background="@drawable/rounded_corner_with_line" |
|
|
android:hint="@string/selectTitle" |
|
|
|
|
|
|
|
|
android:hint="@string/selectRelation" |
|
|
android:inputType="none" |
|
|
android:inputType="none" |
|
|
android:labelFor="@+id/spInterestPayout" |
|
|
android:labelFor="@+id/spInterestPayout" |
|
|
android:textColorHint="#757575" |
|
|
android:textColorHint="#757575" |
|
@ -792,8 +792,8 @@ |
|
|
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" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
@ -810,8 +810,8 @@ |
|
|
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" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
@ -825,8 +825,8 @@ |
|
|
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" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
app:drawableRightCompat="@drawable/svg_down_arrow" /> |
|
|
app:drawableRightCompat="@drawable/svg_down_arrow" /> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
<LinearLayout |
|
@ -834,8 +834,8 @@ |
|
|
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:padding="@dimen/margin_10" |
|
|
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
android:orientation="vertical" |
|
|
|
|
|
android:padding="@dimen/margin_10"> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
android:id="@+id/tvAccountType" |
|
|
android:id="@+id/tvAccountType" |
|
@ -844,8 +844,8 @@ |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
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" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
app:layout_constraintTop_toBottomOf="@+id/tvFdRating" |
|
|
app:layout_constraintTop_toBottomOf="@+id/tvFdRating" |
|
|
tools:layout_editor_absoluteX="5dp" /> |
|
|
tools:layout_editor_absoluteX="5dp" /> |
|
|
|
|
|
|
|
@ -857,8 +857,8 @@ |
|
|
<RadioButton |
|
|
<RadioButton |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:checked="true" |
|
|
|
|
|
android:buttonTint="@color/black" |
|
|
android:buttonTint="@color/black" |
|
|
|
|
|
android:checked="true" |
|
|
android:text="Savings account" /> |
|
|
android:text="Savings account" /> |
|
|
|
|
|
|
|
|
<RadioButton |
|
|
<RadioButton |
|
@ -881,7 +881,7 @@ |
|
|
android:id="@+id/edtIFSC" |
|
|
android:id="@+id/edtIFSC" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:textSize="@dimen/text_size_14"/> |
|
|
|
|
|
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
@ -914,7 +914,7 @@ |
|
|
android:id="@+id/edtBankName" |
|
|
android:id="@+id/edtBankName" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:textSize="@dimen/text_size_14"/> |
|
|
|
|
|
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
@ -931,7 +931,7 @@ |
|
|
android:id="@+id/edtbankBranch" |
|
|
android:id="@+id/edtbankBranch" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:textSize="@dimen/text_size_14"/> |
|
|
|
|
|
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
@ -952,8 +952,8 @@ |
|
|
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" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
tools:layout_editor_absoluteX="5dp" /> |
|
|
tools:layout_editor_absoluteX="5dp" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
@ -965,8 +965,8 @@ |
|
|
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" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
tools:layout_editor_absoluteX="5dp" /> |
|
|
tools:layout_editor_absoluteX="5dp" /> |
|
|
|
|
|
|
|
|
</RelativeLayout> |
|
|
</RelativeLayout> |
|
@ -978,10 +978,10 @@ |
|
|
android:orientation="horizontal"> |
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
|
<RadioButton |
|
|
<RadioButton |
|
|
android:checked="true" |
|
|
|
|
|
android:buttonTint="@color/black" |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:buttonTint="@color/black" |
|
|
|
|
|
android:checked="true" |
|
|
android:text="UPI" /> |
|
|
android:text="UPI" /> |
|
|
|
|
|
|
|
|
<RadioButton |
|
|
<RadioButton |
|
@ -997,13 +997,13 @@ |
|
|
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_marginStart="@dimen/margin_15" |
|
|
android:layout_marginTop="12dp" |
|
|
android:layout_marginTop="12dp" |
|
|
|
|
|
android:layout_marginBottom="@dimen/margin_20" |
|
|
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_marginBottom="@dimen/margin_20" |
|
|
|
|
|
android:textColor="@color/gray_text_color" |
|
|
android:textColor="@color/gray_text_color" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
tools:layout_editor_absoluteX="5dp" /> |
|
|
tools:layout_editor_absoluteX="5dp" /> |
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|