瀏覽代碼

prevent autofill

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 6 年之前
父節點
當前提交
e7ae1a5364
共有 1 個文件被更改,包括 5 次插入4 次删除
  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
   Copyright (C) 2018 Tobias Kaminsky
   Copyright (C) 2018 Nextcloud GmbH.
- 
+
   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
   the Free Software Foundation, either version 3 of the License, or
   (at your option) any later version.
- 
+
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
   GNU General Public License for more details.
- 
+
   You should have received a copy of the GNU General Public License
   along with this program. If not, see <https://www.gnu.org/licenses/>.
 -->
@@ -34,6 +34,7 @@
         android:inputType="textCapSentences|textMultiLine|textNoSuggestions"
         android:minLines="3"
         android:lines="5"
-        android:scrollbars="vertical"/>
+        android:scrollbars="vertical"
+        android:importantForAutofill="no"/>
 
 </LinearLayout>