We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7f0893 + 593a9dc commit 14c4395Copy full SHA for 14c4395
app/src/main/res/layout/note_view_horiz_scrollable.xml
@@ -15,6 +15,7 @@
15
android:freezesText="true"
16
android:gravity="top"
17
android:inputType="textCapSentences|textMultiLine"
18
+ android:imeOptions="flagNoPersonalizedLearning"
19
android:padding="@dimen/activity_margin"
20
android:scrollbars="vertical"
21
android:textCursorDrawable="@null"/>
app/src/main/res/layout/note_view_static.xml
@@ -8,6 +8,7 @@
8
9
10
11
12
13
14
0 commit comments