|
@ -12,9 +12,8 @@ |
|
|
android:id="@+id/scrollView" |
|
|
android:id="@+id/scrollView" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_marginLeft="@dimen/_5sdp" |
|
|
|
|
|
android:layout_marginRight="@dimen/_5sdp" |
|
|
|
|
|
android:fillViewport="true" |
|
|
android:fillViewport="true" |
|
|
|
|
|
android:padding="@dimen/margin_10" |
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
app:layout_constraintStart_toStartOf="parent" |
|
@ -50,6 +49,7 @@ |
|
|
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="18dp" |
|
|
|
|
|
android:layout_marginStart="@dimen/margin_5" |
|
|
android:layout_marginTop="@dimen/_2sdp" |
|
|
android:layout_marginTop="@dimen/_2sdp" |
|
|
android:contentDescription="@string/content_description" |
|
|
android:contentDescription="@string/content_description" |
|
|
android:src="@drawable/bajaj_logo" |
|
|
android:src="@drawable/bajaj_logo" |
|
@ -65,6 +65,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_marginStart="@dimen/margin_5" |
|
|
android:text="@string/schemeRating" |
|
|
android:text="@string/schemeRating" |
|
|
android:textColor="@color/light_text" |
|
|
android:textColor="@color/light_text" |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
@ -77,13 +78,12 @@ |
|
|
android:id="@+id/tlDepositAmount" |
|
|
android:id="@+id/tlDepositAmount" |
|
|
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_marginTop="@dimen/_2sdp" |
|
|
|
|
|
|
|
|
android:layout_height="@dimen/margin_53" |
|
|
|
|
|
android:layout_margin="5dp" |
|
|
android:hint="@string/investmentAmount" |
|
|
android:hint="@string/investmentAmount" |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
app:layout_constraintTop_toBottomOf="@+id/tvFdRating" |
|
|
|
|
|
app:layout_constraintVertical_bias="0.02"> |
|
|
|
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvFdRating"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
android:id="@+id/edtAmount" |
|
|
android:id="@+id/edtAmount" |
|
@ -91,33 +91,23 @@ |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:drawableStart="@drawable/svg_rs" |
|
|
android:drawableStart="@drawable/svg_rs" |
|
|
android:inputType="number" |
|
|
android:inputType="number" |
|
|
android:maxLength="12" /> |
|
|
|
|
|
|
|
|
android:maxLength="12" |
|
|
|
|
|
android:textColorHint="@color/light_text" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
|
|
|
tool:ignore="TextContrastCheck" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/tvDepositLabel" |
|
|
|
|
|
style="@style/regularStyle" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_marginTop="@dimen/_2sdp" |
|
|
|
|
|
android:text="@string/select_interest_payout" |
|
|
|
|
|
android:textColor="@color/text_default" |
|
|
|
|
|
android:textSize="@dimen/text_size_12" |
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tlDepositAmount" |
|
|
|
|
|
app:layout_constraintVertical_bias="0.02" /> |
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
android:id="@+id/spInterestPayout" |
|
|
android:id="@+id/spInterestPayout" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:background="@null" |
|
|
|
|
|
|
|
|
android:layout_height="@dimen/margin_53" |
|
|
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
|
|
|
android:hint="@string/select_interest_payout" |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
app:layout_constraintTop_toBottomOf="@+id/tvDepositLabel"> |
|
|
|
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tlDepositAmount"> |
|
|
|
|
|
|
|
|
<AutoCompleteTextView |
|
|
<AutoCompleteTextView |
|
|
android:id="@+id/tvInterestPayout" |
|
|
android:id="@+id/tvInterestPayout" |
|
@ -125,33 +115,22 @@ |
|
|
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:inputType="none" |
|
|
android:inputType="none" |
|
|
android:hint="@string/select" |
|
|
|
|
|
android:labelFor="@+id/spInterestPayout" |
|
|
android:labelFor="@+id/spInterestPayout" |
|
|
android:text="" /> |
|
|
|
|
|
|
|
|
android:textColorHint="#757575" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
|
|
|
tool:ignore="DuplicateSpeakableTextCheck,LabelFor,TextContrastCheck" /> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/tvInvestmentTenure" |
|
|
|
|
|
style="@style/regularStyle" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_marginTop="@dimen/_2sdp" |
|
|
|
|
|
android:text="@string/select_interest_tenure" |
|
|
|
|
|
android:textColor="@color/text_default" |
|
|
|
|
|
android:textSize="@dimen/text_size_12" |
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/spInterestPayout" |
|
|
|
|
|
app:layout_constraintVertical_bias="0.02" /> |
|
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
android:id="@+id/spInterestTenure" |
|
|
android:id="@+id/spInterestTenure" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu" |
|
|
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_53" |
|
|
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
|
|
|
android:hint="@string/select_interest_tenure" |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
app:layout_constraintTop_toBottomOf="@+id/tvInvestmentTenure"> |
|
|
|
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/spInterestPayout"> |
|
|
|
|
|
|
|
|
<AutoCompleteTextView |
|
|
<AutoCompleteTextView |
|
|
android:id="@+id/tvTenure" |
|
|
android:id="@+id/tvTenure" |
|
@ -159,9 +138,10 @@ |
|
|
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:inputType="none" |
|
|
android:inputType="none" |
|
|
android:hint="@string/select" |
|
|
|
|
|
android:labelFor="@+id/spInterestTenure" |
|
|
android:labelFor="@+id/spInterestTenure" |
|
|
android:text="" /> |
|
|
|
|
|
|
|
|
android:textColorHint="@color/light_text" |
|
|
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
|
|
|
tool:ignore="LabelFor,TextContrastCheck" /> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
@ -169,10 +149,11 @@ |
|
|
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_5" |
|
|
android:layout_marginTop="@dimen/margin_15" |
|
|
android:layout_marginTop="@dimen/margin_15" |
|
|
android:text="@string/upto_0.25" |
|
|
android:text="@string/upto_0.25" |
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
|
|
|
|
|
android:textColor="@color/black" |
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/swSeniorCitizen" |
|
|
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_toBottomOf="@+id/spInterestTenure" |
|
|
app:layout_constraintTop_toBottomOf="@+id/spInterestTenure" |
|
@ -182,7 +163,8 @@ |
|
|
android:id="@+id/swSeniorCitizen" |
|
|
android:id="@+id/swSeniorCitizen" |
|
|
android:layout_width="0dp" |
|
|
android:layout_width="0dp" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_marginStart="@dimen/margin_3" |
|
|
|
|
|
|
|
|
android:layout_marginStart="@dimen/margin_5" |
|
|
|
|
|
android:layout_marginEnd="@dimen/margin_5" |
|
|
android:text="@string/upto_0.25_next" |
|
|
android:text="@string/upto_0.25_next" |
|
|
android:textColor="@color/black" |
|
|
android:textColor="@color/black" |
|
|
android:textSize="@dimen/text_size_12" |
|
|
android:textSize="@dimen/text_size_12" |
|
@ -201,10 +183,13 @@ |
|
|
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:background="@color/grey_bg" |
|
|
android:padding="@dimen/_2sdp" |
|
|
|
|
|
|
|
|
android:paddingTop="@dimen/margin_3" |
|
|
|
|
|
android:paddingBottom="@dimen/margin_3" |
|
|
|
|
|
android:paddingStart="@dimen/margin_15" |
|
|
|
|
|
android:paddingEnd="@dimen/margin_1" |
|
|
android:text="@string/maturity_instructions" |
|
|
android:text="@string/maturity_instructions" |
|
|
android:textColor="@color/text_color_dark" |
|
|
android:textColor="@color/text_color_dark" |
|
|
android:textSize="@dimen/text_size_12"/> |
|
|
|
|
|
|
|
|
android:textSize="@dimen/text_size_12" /> |
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout |
|
|
<androidx.constraintlayout.widget.ConstraintLayout |
|
|
android:id="@+id/constraintLayoutThree" |
|
|
android:id="@+id/constraintLayoutThree" |
|
@ -222,16 +207,16 @@ |
|
|
android:id="@+id/rbAutoCredit" |
|
|
android:id="@+id/rbAutoCredit" |
|
|
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="@string/additional_detail_one" |
|
|
android:text="@string/additional_detail_one" |
|
|
android:textSize="@dimen/text_size_12" /> |
|
|
android:textSize="@dimen/text_size_12" /> |
|
|
|
|
|
|
|
|
<RadioButton |
|
|
<RadioButton |
|
|
android:id="@+id/rbAutoRenew" |
|
|
android:id="@+id/rbAutoRenew" |
|
|
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:text="@string/additional_detail_two" |
|
|
android:text="@string/additional_detail_two" |
|
|
android:textSize="@dimen/text_size_12" /> |
|
|
android:textSize="@dimen/text_size_12" /> |
|
|
|
|
|
|
|
@ -280,8 +265,8 @@ |
|
|
android:id="@+id/rbDeductTax" |
|
|
android:id="@+id/rbDeductTax" |
|
|
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:orientation="horizontal" |
|
|
android:orientation="horizontal" |
|
|
android:text="@string/deduct_tds" |
|
|
android:text="@string/deduct_tds" |
|
|
android:textSize="@dimen/text_size_12" |
|
|
android:textSize="@dimen/text_size_12" |
|
@ -291,9 +276,9 @@ |
|
|
<TextView |
|
|
<TextView |
|
|
android:id="@+id/tvSubmitLabel" |
|
|
android:id="@+id/tvSubmitLabel" |
|
|
style="@style/regularStyle" |
|
|
style="@style/regularStyle" |
|
|
android:padding="@dimen/_1sdp" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:padding="@dimen/_1sdp" |
|
|
android:text="@string/nonDeductTDS" |
|
|
android:text="@string/nonDeductTDS" |
|
|
android:textColor="@color/text_color_dark" |
|
|
android:textColor="@color/text_color_dark" |
|
|
android:textSize="@dimen/text_size_12" |
|
|
android:textSize="@dimen/text_size_12" |
|
@ -429,7 +414,8 @@ |
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
app:layout_constraintTop_toBottomOf="@+id/cardViewTwo" /> |
|
|
|
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/cardViewTwo" |
|
|
|
|
|
tool:ignore="TextContrastCheck" /> |
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |
|
|
|
|
|
|
|
|