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

Commit 52733902 authored by Adam Powell's avatar Adam Powell
Browse files

Let ListView overscroll header/footer attributes take a color

Change-Id: I8b21794d177299f2f649a58ab972291bbc4dab5a
parent 84eb8d2a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1748,9 +1748,9 @@
             The default value is true. -->
        <attr name="footerDividersEnabled" format="boolean" />
        <!-- Drawable to draw above list content. -->
        <attr name="overscrollHeader" format="reference" />
        <attr name="overscrollHeader" format="reference|color" />
        <!-- Drawable to draw below list content. -->
        <attr name="overscrollFooter" format="reference" />
        <attr name="overscrollFooter" format="reference|color" />
    </declare-styleable>
    <declare-styleable name="MenuView">
        <!-- Default appearance of menu item text. -->