summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Justin Ghan <justinghan@google.com> 2023-08-28 21:25:24 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2023-08-28 21:25:24 +0000
commit37e0c5b0c07f35b982549e972b91478195086136 (patch)
tree77d7cc30aaa43cfcc24ff9dbb5af0164caf031a6
parentec703631f52e985f0698c045688a3baaa68cc0b7 (diff)
parent0cf9bf990de8746273131ba5d062c98c37992a0f (diff)
Merge "Update autoHandwritingEnabled documentation" into udc-dev am: 0cf9bf990d
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24484185 Change-Id: I9439c845e6a8a95f6e790212f20c950d19d7cc9a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--core/res/res/values/attrs.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml
index 735e5906cced..f0f39d160b59 100644
--- a/core/res/res/values/attrs.xml
+++ b/core/res/res/values/attrs.xml
@@ -3537,11 +3537,11 @@
<attr name="preferKeepClear" format="boolean" />
<!-- <p>Whether or not the auto handwriting initiation is enabled in this View.
- <p>For a view with active {@link android.view.inputmethod.InputConnection},
- if auto handwriting initiation is enabled stylus movement within its view boundary
+ <p>For a view with an active {@link android.view.inputmethod.InputConnection},
+ if auto handwriting initiation is enabled, stylus movement within its view boundary
will automatically trigger the handwriting mode.
- <p>This is true by default.
- See {@link android.view.View#setAutoHandwritingEnabled}. -->
+ See {@link android.view.View#setAutoHandwritingEnabled}.
+ <p>The default value of this flag is configurable by the device manufacturer. -->
<attr name="autoHandwritingEnabled" format="boolean" />
<!-- <p>The amount of offset that is applied to the left edge of the view's stylus