mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Fix small view warning
This commit is contained in:
@@ -139,6 +139,8 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_toRightOf="@+id/password_checkbox"
|
android:layout_toRightOf="@+id/password_checkbox"
|
||||||
android:layout_toEndOf="@+id/password_checkbox"
|
android:layout_toEndOf="@+id/password_checkbox"
|
||||||
|
android:importantForAccessibility="no"
|
||||||
|
android:importantForAutofill="no"
|
||||||
app:passwordToggleEnabled="true"
|
app:passwordToggleEnabled="true"
|
||||||
app:passwordToggleTint="?attr/colorAccent">
|
app:passwordToggleTint="?attr/colorAccent">
|
||||||
|
|
||||||
@@ -146,6 +148,7 @@
|
|||||||
android:id="@+id/password"
|
android:id="@+id/password"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:minHeight="48dp"
|
||||||
android:hint="@string/password"
|
android:hint="@string/password"
|
||||||
android:inputType="textPassword"
|
android:inputType="textPassword"
|
||||||
android:importantForAccessibility="no"
|
android:importantForAccessibility="no"
|
||||||
@@ -175,6 +178,8 @@
|
|||||||
android:id="@+id/input_entry_keyfile"
|
android:id="@+id/input_entry_keyfile"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:importantForAccessibility="no"
|
||||||
|
android:importantForAutofill="no"
|
||||||
android:layout_toEndOf="@+id/keyfile_checkox"
|
android:layout_toEndOf="@+id/keyfile_checkox"
|
||||||
android:layout_toRightOf="@+id/keyfile_checkox"
|
android:layout_toRightOf="@+id/keyfile_checkox"
|
||||||
android:layout_toLeftOf="@+id/browse_button"
|
android:layout_toLeftOf="@+id/browse_button"
|
||||||
@@ -184,6 +189,7 @@
|
|||||||
android:id="@+id/pass_keyfile"
|
android:id="@+id/pass_keyfile"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:minHeight="48dp"
|
||||||
android:hint="@string/entry_keyfile"
|
android:hint="@string/entry_keyfile"
|
||||||
android:inputType="textUri"
|
android:inputType="textUri"
|
||||||
android:importantForAccessibility="no"
|
android:importantForAccessibility="no"
|
||||||
|
|||||||
Reference in New Issue
Block a user