Enable lint rules and fix found issues

This commit is contained in:
Kirill Kamakin
2021-11-13 13:42:40 +00:00
parent 2550f31524
commit 740dd12f3b
13 changed files with 10 additions and 11 deletions

View File

@@ -43,7 +43,7 @@
<com.google.android.material.textfield.TextInputLayout
android:id="@+id/url_input_layout"
style="@style/SmallMarginTextInputLayoutStyle"
android:hint="@string/fragment_authnetication_input_hint_url"
android:hint="@string/fragment_authentication_input_hint_url"
app:layout_constraintBottom_toTopOf="@+id/button"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"