File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
src/keepass2android-app/Resources/layout Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 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
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
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
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
228231 </LinearLayout >
229232 <!-- expires-->
230233 <LinearLayout
234+ android : orientation =" vertical"
231235 android : id =" @+id/expires_section"
232236 style =" @style/EntryEditSingleLine_container" >
233237 <ImageView
You can’t perform that action at this time.
0 commit comments