diff options
| author | TreeHugger Robot <treehugger-gerrit@google.com> | 2018-09-27 00:36:30 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2018-09-27 00:36:30 +0000 |
| commit | 4bb9a2e54ba5dfe159781c9a5763686cca2b4e12 (patch) | |
| tree | deed5d7b1566d169a9f562337468561b0afb830d /core/java/android/widget/TextView.java | |
| parent | 79b6413f2cea1b4ad2ab1ccedd4cab1dc95f9ea8 (diff) | |
| parent | 8d14105d8c3ebd5a078a32fb3a4e04b09beeda36 (diff) | |
Merge "Add missing TextView attributes to JavaDoc"
Diffstat (limited to 'core/java/android/widget/TextView.java')
| -rw-r--r-- | core/java/android/widget/TextView.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/java/android/widget/TextView.java b/core/java/android/widget/TextView.java index bbfac440d414..f95b3ce98264 100644 --- a/core/java/android/widget/TextView.java +++ b/core/java/android/widget/TextView.java @@ -321,6 +321,12 @@ import java.util.function.Supplier; * @attr ref android.R.styleable#TextView_autoSizeMaxTextSize * @attr ref android.R.styleable#TextView_autoSizeStepGranularity * @attr ref android.R.styleable#TextView_autoSizePresetSizes + * @attr ref android.R.styleable#TextView_textCursorDrawable + * @attr ref android.R.styleable#TextView_textSelectHandle + * @attr ref android.R.styleable#TextView_textSelectHandleLeft + * @attr ref android.R.styleable#TextView_textSelectHandleRight + * @attr ref android.R.styleable#TextView_allowUndo + * @attr ref android.R.styleable#TextView_enabled */ @RemoteView public class TextView extends View implements ViewTreeObserver.OnPreDrawListener { |
