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

Commit 22566296 authored by Ed Carrigan's avatar Ed Carrigan Committed by Josh Guilfoyle
Browse files

added listItemBackground attribute to suport theming list item backgrounds

parent 02e3585b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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.
+3 −1
Original line number Diff line number Diff line
@@ -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" />