|
@ -76,14 +76,16 @@ |
|
|
app:layout_constraintVertical_bias="0.0" /> |
|
|
app:layout_constraintVertical_bias="0.0" /> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
<com.google.android.material.textfield.TextInputLayout |
|
|
android:id="@+id/tlDepositAmount" |
|
|
|
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense" |
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
|
android:id="@+id/tlDepositAmount" |
|
|
|
|
|
android:layout_width="0dp" |
|
|
android:layout_height="@dimen/margin_53" |
|
|
android:layout_height="@dimen/margin_53" |
|
|
android:layout_margin="@dimen/margin_10" |
|
|
android:layout_margin="@dimen/margin_10" |
|
|
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_constraintTop_toBottomOf="@+id/tvFdRating"> |
|
|
|
|
|
|
|
|
<com.google.android.material.textfield.TextInputEditText |
|
|
<com.google.android.material.textfield.TextInputEditText |
|
@ -95,7 +97,7 @@ |
|
|
android:maxLength="12" |
|
|
android:maxLength="12" |
|
|
android:textColorHint="@color/light_text" |
|
|
android:textColorHint="@color/light_text" |
|
|
android:textSize="@dimen/text_size_14" |
|
|
android:textSize="@dimen/text_size_14" |
|
|
tool:ignore="TextContrastCheck" /> |
|
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
</com.google.android.material.textfield.TextInputLayout> |
|
|
|
|
|
|
|
|