From 40d83df87e3e972a1009b8f934f3c6c59d1e2fe6 Mon Sep 17 00:00:00 2001 From: Raph Levien Date: Thu, 24 Jul 2014 22:46:09 -0700 Subject: [PATCH] Fix docs build breakage in #TextView_letterSpacing This patch removes the @hide annotations and public reference from the new letterSpacing attribute, so the docs will build. It's still not an ideal state because a test app can't find the attribute, but at least it unbreaks the build. Change-Id: I5425fbe3d63f7a759fabe43bd2136196c7112eed --- core/java/android/widget/TextView.java | 1 - core/res/res/values/attrs.xml | 4 ++-- core/res/res/values/public.xml | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/core/java/android/widget/TextView.java b/core/java/android/widget/TextView.java index 30831cd70859..52618cc1084d 100644 --- a/core/java/android/widget/TextView.java +++ b/core/java/android/widget/TextView.java @@ -222,7 +222,6 @@ import static android.os.Build.VERSION_CODES.JELLY_BEAN_MR1; * @attr ref android.R.styleable#TextView_imeActionId * @attr ref android.R.styleable#TextView_editorExtras * @attr ref android.R.styleable#TextView_elegantTextHeight - * @attr ref android.R.styleable#TextView_letterSpacing */ @RemoteView public class TextView extends View implements ViewTreeObserver.OnPreDrawListener { diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml index 0e878935e6e6..fedea4e8aa4a 100644 --- a/core/res/res/values/attrs.xml +++ b/core/res/res/values/attrs.xml @@ -3755,7 +3755,7 @@ - + @@ -4050,7 +4050,7 @@ - + diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index b1902ddd5543..a6e85e934ff8 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -2268,7 +2268,6 @@ - -- 2.11.0