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

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

Switched the listItemBackground attribute to ListView

parent 22566296
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -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.
@@ -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. -->