Loading core/res/res/values/attrs.xml +2 −0 Original line number Diff line number Diff line Loading @@ -1334,6 +1334,8 @@ Otherwise the selector is drawn behind the selected item. The default value is false. --> <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. --> <attr name="stackFromBottom" format="boolean" /> <!-- When set to true, the list uses a drawing cache during scrolling. Loading core/res/res/values/public.xml +3 −1 Original line number Diff line number Diff line Loading @@ -1089,7 +1089,9 @@ <public type="attr" name="colorTertiary" id="0x01010282" /> <public type="attr" name="colorDisabled" id="0x01010283" /> <public type="attr" name="colorRest" id="0x01010284" /> <public type="attr" name="colorRestStroke" id="0x01010289" /> <public type="attr" name="colorRestStroke" id="0x01010285" /> <public type="attr" name="listItemBackground" id="0x01010286" /> <public type="integer" name="config_shortAnimTime" id="0x010e0000" /> <public type="integer" name="config_mediumAnimTime" id="0x010e0001" /> Loading Loading
core/res/res/values/attrs.xml +2 −0 Original line number Diff line number Diff line Loading @@ -1334,6 +1334,8 @@ Otherwise the selector is drawn behind the selected item. The default value is false. --> <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. --> <attr name="stackFromBottom" format="boolean" /> <!-- When set to true, the list uses a drawing cache during scrolling. Loading
core/res/res/values/public.xml +3 −1 Original line number Diff line number Diff line Loading @@ -1089,7 +1089,9 @@ <public type="attr" name="colorTertiary" id="0x01010282" /> <public type="attr" name="colorDisabled" id="0x01010283" /> <public type="attr" name="colorRest" id="0x01010284" /> <public type="attr" name="colorRestStroke" id="0x01010289" /> <public type="attr" name="colorRestStroke" id="0x01010285" /> <public type="attr" name="listItemBackground" id="0x01010286" /> <public type="integer" name="config_shortAnimTime" id="0x010e0000" /> <public type="integer" name="config_mediumAnimTime" id="0x010e0001" /> Loading