summaryrefslogtreecommitdiffstats
path: root/api/current.txt
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2012-10-11 16:27:37 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2012-10-12 15:54:10 -0700
commit84ebb35f392478600ddf8f08107fb345f13ef91c (patch)
tree8157d3e423bfb7d4f0e84c6e1e7813c9f7d033a6 /api/current.txt
parent4c38e24afb0fe68d6e9f6e924e6426808be2611a (diff)
downloadframeworks_base-84ebb35f392478600ddf8f08107fb345f13ef91c.zip
frameworks_base-84ebb35f392478600ddf8f08107fb345f13ef91c.tar.gz
frameworks_base-84ebb35f392478600ddf8f08107fb345f13ef91c.tar.bz2
Fix bug #7334966 Padding is still broken in RTL languages
- do correct resolution and reset propagation for all RTL properties (padding and drawables included) - fix CheckedTextView padding too Change-Id: Ie603683a2324b2a6ef2c03633d01d5726c883b90
Diffstat (limited to 'api/current.txt')
-rw-r--r--api/current.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt
index 7b2f161..ee9a973 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -29625,7 +29625,6 @@ package android.widget {
method protected void onTextChanged(java.lang.CharSequence, int, int, int);
method public boolean onTextContextMenuItem(int);
method public void removeTextChangedListener(android.text.TextWatcher);
- method protected void resetResolvedDrawables();
method public void setAllCaps(boolean);
method public final void setAutoLinkMask(int);
method public void setCompoundDrawablePadding(int);