am 038371ff: am fb0da095: am 3a165c3d: am 43286266: Merge "Change tools:list_item to listitem." into mnc-dev

* commit '038371ff7b8c19e71fe3f3027c0fff3d749e4793':
  Change tools:list_item to listitem.
This commit is contained in:
Deepanshu Gupta
2015-07-16 01:49:27 +00:00
committed by Android Git Automerger

View File

@@ -50,6 +50,8 @@ public class BridgeConstants {
public final static String FILL_PARENT = "fill_parent";
public final static String WRAP_CONTENT = "wrap_content";
// Should be kept in sync with LayoutMetadata.KEY_LV_ITEM in tools/adt/idea
/** Attribute in the tools namespace used to specify layout manager for RecyclerView. */
public static final String ATTR_LIST_ITEM = "list_item";
@SuppressWarnings("SpellCheckingInspection")
public static final String ATTR_LIST_ITEM = "listitem";
}