From 5289a6f6b56d5b3c16ed84550bf8b8d3d0c7e09b Mon Sep 17 00:00:00 2001 From: Tor Norbye Date: Sun, 11 Nov 2012 05:45:13 -0800 Subject: Add lint check ensuring that buttons in bars are borderless Change-Id: Ie99e3e7b75f1ac8cf6447c70afc5901437e2d600 --- common/src/com/android/SdkConstants.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/src/com/android') diff --git a/common/src/com/android/SdkConstants.java b/common/src/com/android/SdkConstants.java index 04cd6f0..c0ed9c7 100644 --- a/common/src/com/android/SdkConstants.java +++ b/common/src/com/android/SdkConstants.java @@ -805,6 +805,8 @@ public final class SdkConstants { public static final String VALUE_TRUE = "true"; //$NON-NLS-1$ public static final String VALUE_EDITABLE = "editable"; //$NON-NLS-1$ public static final String VALUE_AUTO_FIT = "auto_fit"; //$NON-NLS-1$ + public static final String VALUE_SELECTABLE_ITEM_BACKGROUND = + "?android:attr/selectableItemBackground"; //$NON-NLS-1$ // Values: Resources -- cgit v1.1