Kaynağa Gözat

prevent autofill

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 6 yıl önce
ebeveyn
işleme
e7ae1a5364
1 değiştirilmiş dosya ile 5 ekleme ve 4 silme
  1. 5 4
      src/main/res/layout/note_dialog.xml

+ 5 - 4
src/main/res/layout/note_dialog.xml

@@ -5,17 +5,17 @@
   @author Tobias Kaminsky
   @author Tobias Kaminsky
   Copyright (C) 2018 Tobias Kaminsky
   Copyright (C) 2018 Tobias Kaminsky
   Copyright (C) 2018 Nextcloud GmbH.
   Copyright (C) 2018 Nextcloud GmbH.
- 
+
   This program is free software: you can redistribute it and/or modify
   This program is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation, either version 3 of the License, or
   the Free Software Foundation, either version 3 of the License, or
   (at your option) any later version.
   (at your option) any later version.
- 
+
   This program is distributed in the hope that it will be useful,
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
   GNU General Public License for more details.
   GNU General Public License for more details.
- 
+
   You should have received a copy of the GNU General Public License
   You should have received a copy of the GNU General Public License
   along with this program. If not, see <https://www.gnu.org/licenses/>.
   along with this program. If not, see <https://www.gnu.org/licenses/>.
 -->
 -->
@@ -34,6 +34,7 @@
         android:inputType="textCapSentences|textMultiLine|textNoSuggestions"
         android:inputType="textCapSentences|textMultiLine|textNoSuggestions"
         android:minLines="3"
         android:minLines="3"
         android:lines="5"
         android:lines="5"
-        android:scrollbars="vertical"/>
+        android:scrollbars="vertical"
+        android:importantForAutofill="no"/>
 
 
 </LinearLayout>
 </LinearLayout>