diff options
author | Tor Norbye <tnorbye@google.com> | 2012-11-27 17:36:42 -0800 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2012-11-27 17:36:42 -0800 |
commit | fbcc4496c5b0720271f791ea74d16a8d63f1338a (patch) | |
tree | 4ab4c385b5fba9a6a79f72729a59c02efffc0176 /common/src/com/android/SdkConstants.java | |
parent | e75f40fee23c6fc0300aa6953848a5246308e507 (diff) | |
parent | 40457035c42951d6c23186ea3277d8e4ce4d2ef4 (diff) | |
download | sdk-fbcc4496c5b0720271f791ea74d16a8d63f1338a.zip sdk-fbcc4496c5b0720271f791ea74d16a8d63f1338a.tar.gz sdk-fbcc4496c5b0720271f791ea74d16a8d63f1338a.tar.bz2 |
Merge "Add lint check for making dynamic text views selectable"
Diffstat (limited to 'common/src/com/android/SdkConstants.java')
-rw-r--r-- | common/src/com/android/SdkConstants.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/src/com/android/SdkConstants.java b/common/src/com/android/SdkConstants.java index f51000f..a113875 100644 --- a/common/src/com/android/SdkConstants.java +++ b/common/src/com/android/SdkConstants.java @@ -750,6 +750,9 @@ public final class SdkConstants { public static final String ATTR_ENABLED = "enabled"; //$NON-NLS-1$ public static final String ATTR_SINGLE_LINE = "singleLine"; //$NON-NLS-1$ public static final String ATTR_SCALE_TYPE = "scaleType"; //$NON-NLS-1$ + public static final String ATTR_VISIBILITY = "visibility"; //$NON-NLS-1$ + public static final String ATTR_TEXT_IS_SELECTABLE = + "textIsSelectable"; //$NON-NLS-1$ public static final String ATTR_IMPORTANT_FOR_ACCESSIBILITY = "importantForAccessibility"; //$NON-NLS-1$ |