Skip to content

Commit

Permalink
fix rendering issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoukoul committed May 28, 2021
1 parent 3ff4d99 commit 221020b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/layout/activity_change_password.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
android:layout_marginStart="@dimen/editfield_margin"
android:layout_marginTop="20dp"
android:layout_marginEnd="@dimen/editfield_margin"
android:autofillHints=""
android:autofillHints="test"
android:hint="@string/prompt_oldpassword"
android:inputType=""
tools:ignore="TextFields" />
Expand All @@ -67,7 +67,7 @@
android:ems="10"
android:hint="@string/prompt_newpassword"
android:inputType="textPassword"
android:autofillHints="" />
android:autofillHints="test" />
</com.google.android.material.textfield.TextInputLayout>
<com.google.android.material.textfield.TextInputLayout
android:id="@+id/confirmpasswordLayout"
Expand All @@ -86,7 +86,7 @@
android:ems="10"
android:hint="@string/prompt_confirmpassword"
android:inputType="textPassword"
android:autofillHints="" />
android:autofillHints="test" />
</com.google.android.material.textfield.TextInputLayout>
</RelativeLayout>
</androidx.core.widget.NestedScrollView>
Expand Down

0 comments on commit 221020b

Please sign in to comment.