diff options
author | Tor Norbye <tnorbye@google.com> | 2012-02-17 11:51:48 -0800 |
---|---|---|
committer | Tor Norbye <tnorbye@google.com> | 2012-02-21 14:00:21 -0800 |
commit | f78bed2794ecbfe7bb1cea2c3f5faf57a88ea2ba (patch) | |
tree | 657d2e51417257c270471d1d086b3ed8c7dc7a06 /anttasks | |
parent | 556b907792f0658a6c3f676e23469b83175e3431 (diff) | |
download | sdk-f78bed2794ecbfe7bb1cea2c3f5faf57a88ea2ba.zip sdk-f78bed2794ecbfe7bb1cea2c3f5faf57a88ea2ba.tar.gz sdk-f78bed2794ecbfe7bb1cea2c3f5faf57a88ea2ba.tar.bz2 |
Lint rule to catch edit-usage of TextViews (should be EditText)
TextView provides a number of attributes related to text editing.
However, these are generally intended for the EditText subclass of
EditText. This lint check looks for <TextView> elements in layouts
where one or more of the edit-related attributes (such as inputType)
are defined.
It also updates the deprecation detector to check various deprecated
attributes (it only checked for deprecated elements before this.)
Change-Id: I1b94902d906cd0bee6a6564368125a68b3c9bb2a
Diffstat (limited to 'anttasks')
0 files changed, 0 insertions, 0 deletions