diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-04-24 16:31:37 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-04-24 16:47:51 +0530 |
commit | 901845e74519cf0278fda8aba72a4f3399aefc8c (patch) | |
tree | 76cf38d7794760a79dbc703a5d57766292efae0d /app/src | |
parent | 975c9f5dfc29d9a2a32e26642909abd90d35243b (diff) |
app: address Autofill lint
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/main/res/layout/fragment_pwgen.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/fragment_pwgen.xml b/app/src/main/res/layout/fragment_pwgen.xml index 592ef1f2..e8cb68cb 100644 --- a/app/src/main/res/layout/fragment_pwgen.xml +++ b/app/src/main/res/layout/fragment_pwgen.xml @@ -92,6 +92,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="8dp" + android:autofillHints="notApplicable" android:ems="10" android:inputType="number" /> |