Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3783bfbe authored by Deepanshu Gupta's avatar Deepanshu Gupta Committed by Android Git Automerger
Browse files

am 038371ff: am fb0da095: am 3a165c3d: am 43286266: Merge "Change...

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

* commit '038371ff':
  Change tools:list_item to listitem.
parents af0457f4 038371ff
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -50,6 +50,8 @@ public class BridgeConstants {
    public final static String FILL_PARENT = "fill_parent";
    public final static String FILL_PARENT = "fill_parent";
    public final static String WRAP_CONTENT = "wrap_content";
    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. */
    /** 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";
}
}