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

Commit 9dd14231 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Let ListView overscroll header/footer attributes take a color"

parents 7d1382dd 52733902
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. -->