This commit is contained in:
Koitharu
2024-11-24 13:42:52 +02:00
parent c993488fe7
commit 3ebde0284d
5 changed files with 39 additions and 14 deletions

View File

@@ -56,12 +56,12 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:autofillHints="emailAddress"
android:hint="@string/email"
android:imeOptions="actionDone"
android:inputType="textEmailAddress"
android:maxLength="512"
android:singleLine="true"
android:textSize="16sp"
tools:hint="Email" />
android:textSize="16sp" />
</com.google.android.material.textfield.TextInputLayout>
@@ -83,12 +83,12 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:autofillHints="password"
android:hint="@string/password"
android:imeOptions="actionDone"
android:inputType="textPassword"
android:maxLength="512"
android:singleLine="true"
android:textSize="16sp"
tools:hint="Password" />
android:textSize="16sp" />
</com.google.android.material.textfield.TextInputLayout>

View File

@@ -767,4 +767,5 @@
<string name="delete_old_backups_summary">Automatically delete old backup files to save storage space</string>
<string name="handle_links">Handle links</string>
<string name="handle_links_summary">Handle manga links from external applications (e.g. web browser). You may also need to enable it manually in the application\'s system settings</string>
<string name="email">Email</string>
</resources>