diff options
| author | Seigo Nonaka <nona@google.com> | 2018-06-26 14:30:42 -0700 |
|---|---|---|
| committer | Seigo Nonaka <nona@google.com> | 2018-06-26 14:30:42 -0700 |
| commit | b06144c5ed7de7045ea6dbcef362a77921de6914 (patch) | |
| tree | c8499b54fbb94c6e5f300e964be0b36f8dd223af /core/java/android | |
| parent | 9fc85c97ef959d29c96ed72dcb01d41bdc3e1c9e (diff) | |
Add textFontWeight attribute to documentation
Bug: N/A
Test: m docs and manually verified
Change-Id: Ic2aca1503789c9ce426b3de3b887983ade292afe
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/widget/TextView.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/widget/TextView.java b/core/java/android/widget/TextView.java index 4ea2ced084e2..9a6006526cf7 100644 --- a/core/java/android/widget/TextView.java +++ b/core/java/android/widget/TextView.java @@ -247,6 +247,7 @@ import java.util.function.Supplier; * @attr ref android.R.styleable#TextView_textColorHint * @attr ref android.R.styleable#TextView_textAppearance * @attr ref android.R.styleable#TextView_textColorLink + * @attr ref android.R.styleable#TextView_textFontWeight * @attr ref android.R.styleable#TextView_textSize * @attr ref android.R.styleable#TextView_textScaleX * @attr ref android.R.styleable#TextView_fontFamily |
