Skip to content

Commit aeda21f

Browse files
authored
Merge pull request #2762 from PhilippC/i18n-fix
I18n fix for password hint
2 parents cd75d7c + 4d1142d commit aeda21f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/keepass2android-app/Resources/layout/entry_edit.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
android:layout_height="wrap_content"
7070
android:orientation="vertical">
7171
<LinearLayout
72+
android:orientation="vertical"
7273
android:layout_width="match_parent"
7374
android:layout_height="wrap_content">
7475
<com.google.android.material.textfield.TextInputLayout
@@ -82,7 +83,7 @@
8283
android:layout_height="wrap_content"
8384
android:singleLine="true"
8485
android:inputType="textPassword"
85-
android:hint="password"
86+
android:hint="@string/hint_pass"
8687
android:importantForAccessibility="no"/>
8788
</com.google.android.material.textfield.TextInputLayout>
8889
<LinearLayout
@@ -135,6 +136,7 @@
135136
</com.google.android.material.textfield.TextInputLayout>
136137
</LinearLayout>
137138
<LinearLayout
139+
android:orientation="vertical"
138140
android:id="@+id/entry_extras_container"
139141
style="@style/EntryEditSingleLine_container">
140142
<ImageView
@@ -173,6 +175,7 @@
173175
</LinearLayout>
174176
<!-- file attachments -->
175177
<LinearLayout
178+
android:orientation="vertical"
176179
android:id="@+id/entry_binaries_container"
177180
style="@style/EntryEditSingleLine_container">
178181
<ImageView
@@ -228,6 +231,7 @@
228231
</LinearLayout>
229232
<!--expires-->
230233
<LinearLayout
234+
android:orientation="vertical"
231235
android:id="@+id/expires_section"
232236
style="@style/EntryEditSingleLine_container">
233237
<ImageView

0 commit comments

Comments
 (0)