|
|
@ -5,6 +5,7 @@ |
|
|
|
android:id="@+id/constraintLayout" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_gravity="center_vertical" |
|
|
|
android:background="@color/NiveshColorAppBg" |
|
|
|
tool:context=".ui.fragment.StepTwoBajajFDFragment"> |
|
|
|
|
|
|
@ -13,358 +14,279 @@ |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_marginBottom="@dimen/margin_80" |
|
|
|
android:fillViewport="true" |
|
|
|
android:padding="@dimen/margin_10" |
|
|
|
android:background="@color/NiveshColorAppBg" |
|
|
|
android:fillViewport="true" |
|
|
|
android:padding="@dimen/margin_5" |
|
|
|
android:visibility="visible" |
|
|
|
app:layout_constraintBottom_toTopOf="@+id/btnNext" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toTopOf="parent"> |
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout |
|
|
|
<com.google.android.material.card.MaterialCardView |
|
|
|
android:id="@+id/cardViewOne" |
|
|
|
style="@style/CustomCardViewStyle" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:orientation="vertical"> |
|
|
|
android:foreground="?android:attr/selectableItemBackground" |
|
|
|
app:cardElevation="@dimen/margin_1" |
|
|
|
app:cardUseCompatPadding="true"> |
|
|
|
|
|
|
|
<com.google.android.material.card.MaterialCardView |
|
|
|
android:id="@+id/cardViewOne" |
|
|
|
style="@style/CustomCardViewTopStyle" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
app:cardPreventCornerOverlap="false" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toTopOf="parent"> |
|
|
|
android:orientation="vertical" |
|
|
|
android:paddingTop="@dimen/margin_10"> |
|
|
|
|
|
|
|
<ImageView |
|
|
|
android:id="@+id/logo" |
|
|
|
android:layout_width="@dimen/margin_150" |
|
|
|
android:layout_height="@dimen/margin_18" |
|
|
|
android:layout_marginStart="@dimen/margin_20" |
|
|
|
android:layout_marginTop="@dimen/margin_5" |
|
|
|
android:contentDescription="@string/contentDescription" |
|
|
|
android:src="@drawable/bajaj_logo" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/tvFdRating" |
|
|
|
style="@style/regularStyle" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginStart="@dimen/margin_20" |
|
|
|
android:text="@string/schemeRating" |
|
|
|
android:textColor="@color/greyColor2" /> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:orientation="vertical"> |
|
|
|
android:orientation="vertical" |
|
|
|
android:padding="@dimen/margin_10"> |
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout |
|
|
|
android:id="@+id/constraintLayoutTwo" |
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tlDepositAmount" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:padding="@dimen/margin_10"> |
|
|
|
|
|
|
|
<ImageView |
|
|
|
android:id="@+id/logo" |
|
|
|
android:layout_width="@dimen/margin_150" |
|
|
|
android:layout_height="@dimen/margin_18" |
|
|
|
android:layout_marginTop="@dimen/margin_5" |
|
|
|
android:layout_marginStart="@dimen/margin_10" |
|
|
|
android:contentDescription="@string/contentDescription" |
|
|
|
android:src="@drawable/bajaj_logo" |
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/tvFdRating" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintHorizontal_bias="0.0" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toTopOf="parent" |
|
|
|
app:layout_constraintVertical_bias="0.02" /> |
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
|
android:hint="@string/investmentAmount"> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/tvFdRating" |
|
|
|
style="@style/regularStyle" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
android:id="@+id/edtAmount" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginStart="@dimen/margin_10" |
|
|
|
android:text="@string/schemeRating" |
|
|
|
android:textColor="@color/greyColor2" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintHorizontal_bias="0.0" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/logo" |
|
|
|
app:layout_constraintVertical_bias="0.0" /> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tlDepositAmount" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="@dimen/margin_53" |
|
|
|
android:layout_margin="@dimen/margin_10" |
|
|
|
android:hint="@string/investmentAmount" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvFdRating"> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
android:id="@+id/edtAmount" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:drawableStart="@drawable/svg_rs" |
|
|
|
android:inputType="number" |
|
|
|
android:maxLength="12" |
|
|
|
android:textColorHint="@color/greyColor2" |
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
android:drawableStart="@drawable/svg_rs" |
|
|
|
android:inputType="number" |
|
|
|
android:maxLength="12" |
|
|
|
android:textColorHint="@color/greyColor2" |
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/txtMinAmount" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginStart="@dimen/margin_15" |
|
|
|
android:layout_marginTop="@dimen/margin_1" |
|
|
|
android:text="@string/minAmount" |
|
|
|
android:textSize="@dimen/text_size_12" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tlDepositAmount" /> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tlInterestPayout" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="@dimen/margin_48" |
|
|
|
android:layout_margin="@dimen/margin_10" |
|
|
|
app:hintEnabled="false" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/txtMinAmount"> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.MaterialAutoCompleteTextView |
|
|
|
android:id="@+id/spInterestPayout" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@drawable/rounded_corner_with_line" |
|
|
|
android:hint="@string/selectInterestPayout" |
|
|
|
android:inputType="none" |
|
|
|
android:labelFor="@+id/spInterestPayout" |
|
|
|
android:textColorHint="@color/greyColor2" |
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
|
tool:ignore="DuplicateSpeakableTextCheck,LabelFor,TextContrastCheck" /> |
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tlInterestTenure" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="@dimen/margin_48" |
|
|
|
android:layout_margin="@dimen/margin_10" |
|
|
|
app:hintEnabled="false" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tlInterestPayout"> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.MaterialAutoCompleteTextView |
|
|
|
android:id="@+id/spTenure" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@drawable/rounded_corner_with_line" |
|
|
|
android:hint="@string/selectInterestTenure" |
|
|
|
android:inputType="none" |
|
|
|
android:labelFor="@+id/spInterestTenure" |
|
|
|
android:textColorHint="@color/greyColor2" |
|
|
|
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/minMax" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginStart="@dimen/margin_12" |
|
|
|
android:layout_marginTop="@dimen/margin_2" |
|
|
|
android:text="@string/minMaxValidation" |
|
|
|
android:textColor="@color/greyColor2" |
|
|
|
android:textSize="@dimen/text_size_12" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tlInterestTenure" /> |
|
|
|
<TextView |
|
|
|
android:id="@+id/txtMinAmount" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginStart="@dimen/margin_10" |
|
|
|
android:textSize="@dimen/text_size_12" /> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tlInterestPayout" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
|
app:hintEnabled="false"> |
|
|
|
|
|
|
|
<!-- OR Layout --> |
|
|
|
<TextView |
|
|
|
android:id="@+id/ORLayout" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
<com.google.android.material.textfield.MaterialAutoCompleteTextView |
|
|
|
android:id="@+id/spInterestPayout" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="@dimen/margin_10" |
|
|
|
android:text="@string/OR" |
|
|
|
android:textColor="@color/black" |
|
|
|
android:background="@drawable/rounded_corner_with_line" |
|
|
|
android:hint="@string/selectInterestPayout" |
|
|
|
android:inputType="none" |
|
|
|
android:padding="@dimen/margin_10" |
|
|
|
android:labelFor="@+id/spInterestPayout" |
|
|
|
android:textColorHint="@color/greyColor2" |
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
|
android:visibility="gone" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/minMax" /> |
|
|
|
tool:ignore="DuplicateSpeakableTextCheck,LabelFor,TextContrastCheck" /> |
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tlInterestTenure" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.ExposedDropdownMenu" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_margin="@dimen/margin_5" |
|
|
|
app:hintEnabled="false" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tlInterestPayout"> |
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView |
|
|
|
android:id="@+id/rvTenure" |
|
|
|
<com.google.android.material.textfield.MaterialAutoCompleteTextView |
|
|
|
android:id="@+id/spTenure" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="@dimen/margin_10" |
|
|
|
android:layout_marginEnd="@dimen/margin_10" |
|
|
|
android:nestedScrollingEnabled="false" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/ORLayout" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/tvSwitchLabel" |
|
|
|
style="@style/regularStyle" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginStart="@dimen/margin_10" |
|
|
|
android:layout_marginTop="@dimen/margin_15" |
|
|
|
android:text="@string/upto0.25" |
|
|
|
android:textColor="@color/black" |
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/swSeniorCitizen" |
|
|
|
app:layout_constraintHorizontal_bias="0.0" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/rvTenure" |
|
|
|
app:layout_constraintVertical_bias="0.018" /> |
|
|
|
|
|
|
|
<com.google.android.material.switchmaterial.SwitchMaterial |
|
|
|
android:id="@+id/swSeniorCitizen" |
|
|
|
style="@style/regularStyle" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginStart="@dimen/margin_5" |
|
|
|
android:layout_marginEnd="@dimen/margin_10" |
|
|
|
android:text="@string/upto0.25next" |
|
|
|
android:textColor="@color/black" |
|
|
|
android:textSize="@dimen/text_size_12" |
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintHorizontal_bias="0.0" |
|
|
|
app:layout_constraintStart_toEndOf="@+id/tvSwitchLabel" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/rvTenure" |
|
|
|
app:layout_constraintVertical_bias="0.018" /> |
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |
|
|
|
android:padding="@dimen/margin_10" |
|
|
|
android:background="@drawable/rounded_corner_with_line" |
|
|
|
android:hint="@string/selectInterestTenure" |
|
|
|
android:inputType="none" |
|
|
|
android:labelFor="@+id/spInterestTenure" |
|
|
|
android:textColorHint="@color/greyColor2" |
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
|
tool:ignore="DuplicateSpeakableTextCheck,LabelFor,TextContrastCheck" /> |
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/tvMaturityInstruction" |
|
|
|
android:id="@+id/minMax" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginStart="@dimen/margin_10" |
|
|
|
android:layout_marginTop="@dimen/margin_1" |
|
|
|
android:text="@string/minMaxValidation" |
|
|
|
android:textColor="@color/greyColor2" |
|
|
|
android:textSize="@dimen/text_size_12" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tlInterestTenure" /> |
|
|
|
|
|
|
|
<!-- OR Layout --> |
|
|
|
<TextView |
|
|
|
android:id="@+id/ORLayout" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:layout_marginTop="@dimen/margin_10" |
|
|
|
android:text="@string/OR" |
|
|
|
android:textColor="@color/black" |
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
|
android:visibility="gone" /> |
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView |
|
|
|
android:id="@+id/rvTenure" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginStart="@dimen/margin_10" |
|
|
|
android:layout_marginTop="@dimen/margin_15" |
|
|
|
android:layout_marginEnd="@dimen/margin_10" |
|
|
|
android:nestedScrollingEnabled="false" |
|
|
|
android:orientation="horizontal" /> |
|
|
|
|
|
|
|
<com.google.android.material.switchmaterial.SwitchMaterial |
|
|
|
android:id="@+id/swSeniorCitizen" |
|
|
|
style="@style/regularStyle" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@color/greyColor3" |
|
|
|
android:paddingStart="@dimen/margin_20" |
|
|
|
android:paddingTop="@dimen/margin_3" |
|
|
|
android:paddingEnd="@dimen/margin_1" |
|
|
|
android:paddingBottom="@dimen/margin_3" |
|
|
|
android:text="@string/maturityInstructions" |
|
|
|
android:layout_marginStart="@dimen/margin_10" |
|
|
|
android:layout_marginEnd="@dimen/margin_10" |
|
|
|
android:text="@string/upto0.25next" |
|
|
|
android:textColor="@color/black" |
|
|
|
android:textSize="@dimen/text_size_12" /> |
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout |
|
|
|
android:id="@+id/constraintLayoutThree" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:paddingStart="@dimen/margin_15" |
|
|
|
android:paddingEnd="@dimen/margin_20"> |
|
|
|
|
|
|
|
<RadioGroup |
|
|
|
android:id="@+id/radioGroup" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
app:layout_constraintTop_toTopOf="parent"> |
|
|
|
|
|
|
|
<RadioButton |
|
|
|
android:id="@+id/rbAutoCredit" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:buttonTint="@color/black" |
|
|
|
android:checked="true" |
|
|
|
android:text="@string/additionalDetailOne" |
|
|
|
android:textSize="@dimen/text_size_12" /> |
|
|
|
|
|
|
|
<RadioButton |
|
|
|
android:id="@+id/rbAutoRenew" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:buttonTint="@color/black" |
|
|
|
android:text="@string/additionalDetailTwo" |
|
|
|
android:textSize="@dimen/text_size_12" /> |
|
|
|
|
|
|
|
<RadioButton |
|
|
|
android:id="@+id/rbAutoBoth" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:buttonTint="@color/black" |
|
|
|
android:text="@string/additionalDetailThree" |
|
|
|
android:textSize="@dimen/text_size_12" /> |
|
|
|
|
|
|
|
|
|
|
|
</RadioGroup> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/tvTaxDeducted" |
|
|
|
style="@style/semiBoldStyle" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="@dimen/margin_10" |
|
|
|
android:text="@string/taxDeductedAtSourceTds" |
|
|
|
android:textColor="@color/black" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintHorizontal_bias="0.0" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/radioGroup" |
|
|
|
app:layout_constraintVertical_bias="0.0" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/tvUploadFormLabel" |
|
|
|
style="@style/regularStyle" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:drawablePadding="@dimen/margin_10" |
|
|
|
android:padding="@dimen/margin_5" |
|
|
|
android:text="@string/TDSForm" |
|
|
|
android:textColor="@color/black" |
|
|
|
android:textSize="@dimen/text_size_12" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintHorizontal_bias="0.0" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvTaxDeducted" |
|
|
|
app:layout_constraintVertical_bias="0.0" /> |
|
|
|
|
|
|
|
<RadioButton |
|
|
|
android:id="@+id/rbDeductTax" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:buttonTint="@color/black" |
|
|
|
android:checked="true" |
|
|
|
android:orientation="horizontal" |
|
|
|
android:text="@string/deductTds" |
|
|
|
android:textSize="@dimen/text_size_12" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvUploadFormLabel" /> |
|
|
|
<TextView |
|
|
|
android:id="@+id/tvMaturityInstruction" |
|
|
|
style="@style/regularStyle" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@color/greyColor3" |
|
|
|
android:paddingStart="@dimen/margin_15" |
|
|
|
android:paddingTop="@dimen/margin_3" |
|
|
|
android:paddingEnd="@dimen/margin_1" |
|
|
|
android:paddingBottom="@dimen/margin_3" |
|
|
|
android:text="@string/maturityInstructions" |
|
|
|
android:textColor="@color/black" |
|
|
|
android:textSize="@dimen/text_size_12" /> |
|
|
|
|
|
|
|
<RadioGroup |
|
|
|
android:id="@+id/radioGroup" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:paddingStart="@dimen/margin_15" |
|
|
|
android:paddingEnd="@dimen/margin_10"> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/tvSubmitLabel" |
|
|
|
style="@style/regularStyle" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:padding="@dimen/margin_5" |
|
|
|
android:text="@string/nonDeductTDS" |
|
|
|
android:textColor="@color/black" |
|
|
|
android:textSize="@dimen/text_size_12" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintHorizontal_bias="0.0" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/rbDeductTax" |
|
|
|
app:layout_constraintVertical_bias="0.0" /> |
|
|
|
<RadioButton |
|
|
|
android:id="@+id/rbAutoCredit" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:buttonTint="@color/black" |
|
|
|
android:checked="true" |
|
|
|
android:text="@string/additionalDetailOne" |
|
|
|
android:textSize="@dimen/text_size_12" /> |
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |
|
|
|
<RadioButton |
|
|
|
android:id="@+id/rbAutoRenew" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:buttonTint="@color/black" |
|
|
|
android:text="@string/additionalDetailTwo" |
|
|
|
android:textSize="@dimen/text_size_12" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
<RadioButton |
|
|
|
android:id="@+id/rbAutoBoth" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:buttonTint="@color/black" |
|
|
|
android:text="@string/additionalDetailThree" |
|
|
|
android:textSize="@dimen/text_size_12" /> |
|
|
|
|
|
|
|
</com.google.android.material.card.MaterialCardView> |
|
|
|
|
|
|
|
<com.google.android.material.card.MaterialCardView |
|
|
|
android:id="@+id/cardViewTwo" |
|
|
|
style="@style/CustomCardViewBottomStyle" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@drawable/bajaj_logo" |
|
|
|
android:foreground="?android:attr/selectableItemBackground" |
|
|
|
android:padding="@dimen/margin_10" |
|
|
|
app:cardBackgroundColor="@color/greyColor4" |
|
|
|
app:cardPreventCornerOverlap="true" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintHorizontal_bias="1.0" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/cardViewOne" |
|
|
|
app:layout_constraintVertical_bias="0.0"> |
|
|
|
</RadioGroup> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/tvTaxDeducted" |
|
|
|
style="@style/semiBoldStyle" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginStart="@dimen/margin_20" |
|
|
|
android:layout_marginTop="@dimen/margin_10" |
|
|
|
android:layout_marginEnd="@dimen/margin_15" |
|
|
|
android:text="@string/taxDeductedAtSourceTds" |
|
|
|
android:textColor="@color/black" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/tvUploadFormLabel" |
|
|
|
style="@style/regularStyle" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginStart="@dimen/margin_15" |
|
|
|
android:layout_marginEnd="@dimen/margin_15" |
|
|
|
android:drawablePadding="@dimen/margin_10" |
|
|
|
android:padding="@dimen/margin_5" |
|
|
|
android:text="@string/TDSForm" |
|
|
|
android:textColor="@color/black" |
|
|
|
android:textSize="@dimen/text_size_12" /> |
|
|
|
|
|
|
|
<RadioButton |
|
|
|
android:id="@+id/rbDeductTax" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginStart="@dimen/margin_15" |
|
|
|
android:layout_marginEnd="@dimen/margin_15" |
|
|
|
android:buttonTint="@color/black" |
|
|
|
android:checked="true" |
|
|
|
android:orientation="horizontal" |
|
|
|
android:text="@string/deductTds" |
|
|
|
android:textSize="@dimen/text_size_12" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/tvSubmitLabel" |
|
|
|
style="@style/regularStyle" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginStart="@dimen/margin_15" |
|
|
|
android:layout_marginEnd="@dimen/margin_15" |
|
|
|
android:padding="@dimen/margin_5" |
|
|
|
android:text="@string/nonDeductTDS" |
|
|
|
android:textColor="@color/black" |
|
|
|
android:textSize="@dimen/text_size_12" /> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:gravity="center" |
|
|
|
android:layout_marginTop="@dimen/margin_25" |
|
|
|
android:background="@color/greyColor4" |
|
|
|
android:orientation="vertical" |
|
|
|
android:padding="@dimen/margin_20"> |
|
|
|
android:padding="@dimen/margin_15"> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:layout_width="match_parent" |
|
|
@ -447,14 +369,10 @@ |
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
</com.google.android.material.card.MaterialCardView> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |
|
|
|
</com.google.android.material.card.MaterialCardView> |
|
|
|
|
|
|
|
</androidx.core.widget.NestedScrollView> |
|
|
|
|
|
|
@ -464,13 +382,13 @@ |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_gravity="center_vertical" |
|
|
|
android:layout_marginTop="@dimen/margin_10" |
|
|
|
android:layout_marginBottom="@dimen/margin_15" |
|
|
|
android:backgroundTint="@color/colorPrimary" |
|
|
|
android:text="@string/next" |
|
|
|
android:textColor="#FFFFFF" |
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
android:layout_marginBottom="@dimen/margin_15" |
|
|
|
tool:ignore="TextContrastCheck" /> |
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |