diff options
author | Gilles Debunne <debunne@google.com> | 2011-02-22 13:57:36 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-02-22 13:57:36 -0800 |
commit | b153bc9d55d726b59701aa5fd3ec046f866460c4 (patch) | |
tree | 4b169e6acf38aca70e0f7562c5b93349de3451f3 /api/current.xml | |
parent | 8eb18b114ee96c07940be5ef0228fb38ae4a7a43 (diff) | |
parent | 363d4913cb9633b811767084381d2c84a1c290be (diff) | |
download | frameworks_base-b153bc9d55d726b59701aa5fd3ec046f866460c4.zip frameworks_base-b153bc9d55d726b59701aa5fd3ec046f866460c4.tar.gz frameworks_base-b153bc9d55d726b59701aa5fd3ec046f866460c4.tar.bz2 |
Merge "Cursor background attribute made public"
Diffstat (limited to 'api/current.xml')
-rw-r--r-- | api/current.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/api/current.xml b/api/current.xml index 480ad93..c4fc0e4 100644 --- a/api/current.xml +++ b/api/current.xml @@ -9937,6 +9937,17 @@ visibility="public" > </field> +<field name="textCursorDrawable" + type="int" + transient="false" + volatile="false" + value="16843618" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="textEditNoPasteWindowLayout" type="int" transient="false" @@ -266626,7 +266637,7 @@ deprecated="not deprecated" visibility="public" > -<parameter name="arg0" type="T"> +<parameter name="t" type="T"> </parameter> </method> </interface> |