Browse Source

working on first screen

PankajBranch
Hemant Khadase 2 years ago
parent
commit
dd7743977f
1 changed files with 5 additions and 3 deletions
  1. +5
    -3
      app/src/main/res/layout/fragment_bajajfd_step_one.xml

+ 5
- 3
app/src/main/res/layout/fragment_bajajfd_step_one.xml View File

@ -76,12 +76,14 @@
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_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
@ -93,7 +95,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>


Loading…
Cancel
Save

Powered by TurnKey Linux.