|
|
@ -16,9 +16,8 @@ |
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintStart_toStartOf="parent" |
|
|
|
android:layout_marginLeft="@dimen/margin_5" |
|
|
|
android:layout_marginRight="@dimen/margin_5" |
|
|
|
android:layout_marginTop="@dimen/margin_10" |
|
|
|
android:layout_marginLeft="@dimen/_5sdp" |
|
|
|
android:layout_marginRight="@dimen/_5sdp" |
|
|
|
app:layout_constraintTop_toTopOf="parent"> |
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout |
|
|
@ -52,6 +51,7 @@ |
|
|
|
android:layout_width="@dimen/margin_150" |
|
|
|
android:layout_height="18dp" |
|
|
|
android:src="@drawable/bajaj_logo" |
|
|
|
android:layout_marginTop="@dimen/_2sdp" |
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/tvFdRating" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintHorizontal_bias="0.0" |
|
|
@ -75,6 +75,7 @@ |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
|
android:id="@+id/tilDepositAmount" |
|
|
|
android:layout_marginTop="@dimen/_2sdp" |
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
@ -86,7 +87,7 @@ |
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="@dimen/margin_50" |
|
|
|
android:layout_height="@dimen/margin_45" |
|
|
|
android:drawableStart="@drawable/svg_rs" |
|
|
|
android:inputType="number" |
|
|
|
android:maxLength="12" /> |
|
|
@ -110,7 +111,7 @@ |
|
|
|
<Spinner |
|
|
|
android:id="@+id/spInterestPayout" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="@dimen/margin_50" |
|
|
|
android:layout_height="@dimen/margin_45" |
|
|
|
android:background="@drawable/rounded_corner_with_line" |
|
|
|
android:paddingStart="@dimen/margin_10" |
|
|
|
android:paddingEnd="0dp" |
|
|
@ -174,7 +175,7 @@ |
|
|
|
android:text="@string/upto_0.25_next" |
|
|
|
android:textColor="@color/black" |
|
|
|
android:layout_marginStart="@dimen/margin_3" |
|
|
|
android:textSize="@dimen/margin_12" |
|
|
|
android:textSize="@dimen/text_size_12" |
|
|
|
app:layout_constraintBottom_toBottomOf="parent" |
|
|
|
app:layout_constraintEnd_toEndOf="parent" |
|
|
|
app:layout_constraintHorizontal_bias="0.0" |
|
|
@ -365,6 +366,7 @@ Company for the same" |
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/tvROI" |
|
|
|
style="@style/regularStyle" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
@ -391,6 +393,7 @@ Company for the same" |
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/tvFrequency" |
|
|
|
style="@style/regularStyle" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
@ -417,6 +420,7 @@ Company for the same" |
|
|
|
android:textSize="@dimen/text_size_14" /> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/tvMaturityAmount" |
|
|
|
style="@style/regularStyle" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|