mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-04-05 19:21:04 +02:00
Merge pull request #227 from trubitsyn/keyboard-incognito-mode
Disable personalized learning when typing note text
This commit is contained in:
commit
14c4395b39
@ -15,6 +15,7 @@
|
|||||||
android:freezesText="true"
|
android:freezesText="true"
|
||||||
android:gravity="top"
|
android:gravity="top"
|
||||||
android:inputType="textCapSentences|textMultiLine"
|
android:inputType="textCapSentences|textMultiLine"
|
||||||
|
android:imeOptions="flagNoPersonalizedLearning"
|
||||||
android:padding="@dimen/activity_margin"
|
android:padding="@dimen/activity_margin"
|
||||||
android:scrollbars="vertical"
|
android:scrollbars="vertical"
|
||||||
android:textCursorDrawable="@null"/>
|
android:textCursorDrawable="@null"/>
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
android:freezesText="true"
|
android:freezesText="true"
|
||||||
android:gravity="top"
|
android:gravity="top"
|
||||||
android:inputType="textCapSentences|textMultiLine"
|
android:inputType="textCapSentences|textMultiLine"
|
||||||
|
android:imeOptions="flagNoPersonalizedLearning"
|
||||||
android:padding="@dimen/activity_margin"
|
android:padding="@dimen/activity_margin"
|
||||||
android:scrollbars="vertical"
|
android:scrollbars="vertical"
|
||||||
android:textCursorDrawable="@null"/>
|
android:textCursorDrawable="@null"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user