Loading core/res/res/values/attrs.xml +2 −2 Original line number Original line Diff line number Diff line Loading @@ -1334,8 +1334,6 @@ Otherwise the selector is drawn behind the selected item. The default Otherwise the selector is drawn behind the selected item. The default value is false. --> value is false. --> <attr name="drawSelectorOnTop" format="boolean" /> <attr name="drawSelectorOnTop" format="boolean" /> <!-- Drawable used to colorize an item's background in the list. --> <attr name="listItemBackground" format="color|reference" /> <!-- Used by ListView and GridView to stack their content from the bottom. --> <!-- Used by ListView and GridView to stack their content from the bottom. --> <attr name="stackFromBottom" format="boolean" /> <attr name="stackFromBottom" format="boolean" /> <!-- When set to true, the list uses a drawing cache during scrolling. <!-- When set to true, the list uses a drawing cache during scrolling. Loading Loading @@ -1593,6 +1591,8 @@ <!-- When set to false, the ListView will not draw the divider before each footer view. <!-- When set to false, the ListView will not draw the divider before each footer view. The default value is true. --> The default value is true. --> <attr name="footerDividersEnabled" format="boolean" /> <attr name="footerDividersEnabled" format="boolean" /> <!-- Drawable used to colorize an item's background in the list. --> <attr name="listItemBackground" format="color|reference" /> </declare-styleable> </declare-styleable> <declare-styleable name="MenuView"> <declare-styleable name="MenuView"> <!-- Default appearance of menu item text. --> <!-- Default appearance of menu item text. --> Loading Loading
core/res/res/values/attrs.xml +2 −2 Original line number Original line Diff line number Diff line Loading @@ -1334,8 +1334,6 @@ Otherwise the selector is drawn behind the selected item. The default Otherwise the selector is drawn behind the selected item. The default value is false. --> value is false. --> <attr name="drawSelectorOnTop" format="boolean" /> <attr name="drawSelectorOnTop" format="boolean" /> <!-- Drawable used to colorize an item's background in the list. --> <attr name="listItemBackground" format="color|reference" /> <!-- Used by ListView and GridView to stack their content from the bottom. --> <!-- Used by ListView and GridView to stack their content from the bottom. --> <attr name="stackFromBottom" format="boolean" /> <attr name="stackFromBottom" format="boolean" /> <!-- When set to true, the list uses a drawing cache during scrolling. <!-- When set to true, the list uses a drawing cache during scrolling. Loading Loading @@ -1593,6 +1591,8 @@ <!-- When set to false, the ListView will not draw the divider before each footer view. <!-- When set to false, the ListView will not draw the divider before each footer view. The default value is true. --> The default value is true. --> <attr name="footerDividersEnabled" format="boolean" /> <attr name="footerDividersEnabled" format="boolean" /> <!-- Drawable used to colorize an item's background in the list. --> <attr name="listItemBackground" format="color|reference" /> </declare-styleable> </declare-styleable> <declare-styleable name="MenuView"> <declare-styleable name="MenuView"> <!-- Default appearance of menu item text. --> <!-- Default appearance of menu item text. --> Loading