From 963dca1a5de0a33fefead9735d27c15c4f32839c Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Fri, 10 Oct 2014 19:28:51 -0700 Subject: Doc change: Add diffs for l-preview -> API level 21. Change-Id: Ie60fbe9ed5891dd87fd9ca53f126c4617e09d3bd --- .../changes/android.widget.TextView.html | 179 +++++++++++++++++++++ 1 file changed, 179 insertions(+) create mode 100644 docs/html/sdk/api_diff/preview-21/changes/android.widget.TextView.html (limited to 'docs/html/sdk/api_diff/preview-21/changes/android.widget.TextView.html') diff --git a/docs/html/sdk/api_diff/preview-21/changes/android.widget.TextView.html b/docs/html/sdk/api_diff/preview-21/changes/android.widget.TextView.html new file mode 100644 index 0000000..3a84931 --- /dev/null +++ b/docs/html/sdk/api_diff/preview-21/changes/android.widget.TextView.html @@ -0,0 +1,179 @@ + + + + + + + + + +android.widget.TextView + + + + + + + + + + +
+
+
+

+Class android.widget.TextView +

+ + +

+ + + + + + + + + + + + +
Removed Methods +
+ + int getTextColor(Context, TypedArray, int) +  
+ + ColorStateList getTextColors(Context, TypedArray) +  
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Added Methods +
+ + String getFontFeatureSettings() +  
+ + float getLetterSpacing() +  
+ + boolean getShowSoftInputOnFocus() +  
+ + void setFontFeatureSettings(String) +  
+ + void setLetterSpacing(float) +  
+ + void setShowSoftInputOnFocus(boolean) +  
+  + +

+ +
+
+ + + + -- cgit v1.1