mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-04-03 02:01:05 +02:00
Set IME_FLAG_NO_PERSONALIZED_LEARNING on note's EditText
Details: https://d.android.com/reference/android/view/inputmethod/EditorInfo.html#IME_FLAG_NO_PERSONALIZED_LEARNING
This commit is contained in:
parent
469816589f
commit
593a9dc6b1
@ -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