|
|
@ -38,19 +38,6 @@ |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:paddingBottom="@dimen/margin_10"> |
|
|
|
|
|
|
|
<!-- <TextView--> |
|
|
|
<!-- android:id="@+id/tvFDSchemeName"--> |
|
|
|
<!-- style="@style/semiBoldStyle"--> |
|
|
|
<!-- android:layout_width="match_parent"--> |
|
|
|
<!-- android:layout_height="wrap_content"--> |
|
|
|
<!-- android:layout_marginTop="10dp"--> |
|
|
|
<!-- android:paddingStart="@dimen/_5sdp"--> |
|
|
|
<!-- android:paddingEnd="@dimen/_5sdp"--> |
|
|
|
<!-- android:text="@string/bajaj_finance"--> |
|
|
|
<!-- app:layout_constraintLeft_toLeftOf="parent"--> |
|
|
|
<!-- app:layout_constraintRight_toRightOf="parent"--> |
|
|
|
<!-- app:layout_constraintTop_toTopOf="parent" />--> |
|
|
|
|
|
|
|
<ImageView |
|
|
|
android:id="@+id/logo" |
|
|
|
android:layout_width="@dimen/margin_150" |
|
|
@ -201,7 +188,7 @@ |
|
|
|
android:paddingStart="0dp" |
|
|
|
android:text="Rate of Interest" |
|
|
|
android:textSize="@dimen/text_size_14" |
|
|
|
app:layout_constraintBottom_toTopOf="@+id/tvMakePayment2" |
|
|
|
app:layout_constraintBottom_toTopOf="@+id/tvTermsCondition" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/lblInterestPayout" |
|
|
|
app:layout_constraintVertical_bias="0.0" /> |
|
|
@ -221,26 +208,29 @@ |
|
|
|
app:layout_constraintHorizontal_bias="0.9" |
|
|
|
app:layout_constraintStart_toEndOf="@+id/lblRateOfInterest" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvInterestPayout" |
|
|
|
app:layout_constraintBottom_toTopOf="@+id/tvMakePayment2" |
|
|
|
app:layout_constraintBottom_toTopOf="@+id/tvTermsCondition" |
|
|
|
app:layout_constraintVertical_bias="0.0" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/tvMakePayment2" |
|
|
|
android:id="@+id/tvTermsCondition" |
|
|
|
style="@style/semiBoldStyle" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginTop="196dp" |
|
|
|
android:background="@color/grey_bg" |
|
|
|
android:paddingTop="@dimen/margin_3" |
|
|
|
android:paddingBottom="@dimen/margin_3" |
|
|
|
android:paddingStart="@dimen/margin_10" |
|
|
|
android:paddingTop="@dimen/margin_3" |
|
|
|
android:paddingEnd="0dp" |
|
|
|
android:paddingBottom="@dimen/margin_3" |
|
|
|
android:text="Terms & condition" |
|
|
|
android:textColor="@color/black" |
|
|
|
app:layout_constraintBottom_toTopOf="@+id/swDirectorBajajFinance" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvFDRating" /> |
|
|
|
|
|
|
|
<com.google.android.material.switchmaterial.SwitchMaterial |
|
|
|
android:id="@+id/switch2" |
|
|
|
android:id="@+id/swDirectorBajajFinance" |
|
|
|
style="@style/regularStyle" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
@ -249,12 +239,12 @@ |
|
|
|
android:text="Director of Bajaj Finance Ltd." |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvMakePayment2" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/tvTermsCondition" |
|
|
|
app:layout_constraintVertical_bias="0.018" /> |
|
|
|
|
|
|
|
<com.google.android.material.switchmaterial.SwitchMaterial |
|
|
|
style="@style/regularStyle" |
|
|
|
android:id="@+id/switch3" |
|
|
|
android:id="@+id/swPromoterBajajFinance" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginStart="5dp" |
|
|
@ -264,11 +254,11 @@ |
|
|
|
android:text="Promoter of Bajaj Finance Ltd." |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/switch2" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/swDirectorBajajFinance" |
|
|
|
app:layout_constraintVertical_bias="0.0" /> |
|
|
|
|
|
|
|
<com.google.android.material.switchmaterial.SwitchMaterial |
|
|
|
android:id="@+id/switch4" |
|
|
|
android:id="@+id/swRelativeDirector" |
|
|
|
style="@style/regularStyle" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
@ -280,11 +270,11 @@ |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintHorizontal_bias="0.0" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/switch3" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/swPromoterBajajFinance" |
|
|
|
app:layout_constraintVertical_bias="0.0" /> |
|
|
|
|
|
|
|
<com.google.android.material.switchmaterial.SwitchMaterial |
|
|
|
android:id="@+id/switch5" |
|
|
|
android:id="@+id/swShareholder" |
|
|
|
style="@style/regularStyle" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
@ -295,10 +285,10 @@ |
|
|
|
android:text="Shareholder of Bajaj Finance Ltd." |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/switch4" /> |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/swRelativeDirector" /> |
|
|
|
|
|
|
|
<com.google.android.material.switchmaterial.SwitchMaterial |
|
|
|
android:id="@+id/switch6" |
|
|
|
android:id="@+id/swPoliticallyExposed" |
|
|
|
style="@style/regularStyle" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
@ -309,7 +299,7 @@ |
|
|
|
android:text="Are you a politicallly exposed person" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/switch5" /> |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/swShareholder" /> |
|
|
|
|
|
|
|
<com.google.android.material.switchmaterial.SwitchMaterial |
|
|
|
android:id="@+id/switch7" |
|
|
@ -324,7 +314,7 @@ |
|
|
|
android:text="I am not a citizen, national or tax resident of any country outside of India" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/switch6" |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/swPoliticallyExposed" |
|
|
|
app:layout_constraintVertical_bias="0.0" /> |
|
|
|
|
|
|
|
<CheckBox |
|
|
@ -336,7 +326,7 @@ |
|
|
|
app:layout_constraintTop_toBottomOf="@+id/switch7" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/textView14" |
|
|
|
android:id="@+id/tvTermsAndCondition" |
|
|
|
android:layout_width="322dp" |
|
|
|
android:layout_height="74dp" |
|
|
|
android:layout_marginTop="15dp" |
|
|
@ -387,7 +377,7 @@ |
|
|
|
app:layout_constraintVertical_bias="0.812" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/tv_terms_condition" |
|
|
|
android:id="@+id/tvOnceClick" |
|
|
|
style="@style/regularStyle" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|