mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-01-01 05:47:10 +01:00
Fix instance URL field hint on Login activity
This commit is contained in:
parent
074b5d012c
commit
41e14aab9d
@ -48,7 +48,7 @@
|
|||||||
<com.google.android.material.textfield.TextInputLayout
|
<com.google.android.material.textfield.TextInputLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:hint="Instance URL">
|
android:hint="@string/instance_url">
|
||||||
|
|
||||||
<com.google.android.material.textfield.TextInputEditText
|
<com.google.android.material.textfield.TextInputEditText
|
||||||
android:id="@+id/instance_url_input"
|
android:id="@+id/instance_url_input"
|
||||||
|
Loading…
Reference in New Issue
Block a user