Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
SwipeRefreshLayoutBasic / res / values /

colors.xml

       
        1
       
       
        <?xml version="1.0" encoding="utf-8"?>
       
       
        2
       
       
        <resources>
       
       
        3
       
       
       
       
        4
       
       
        <color name="swipe_color_1">#B6DB49</color>
       
       
        5
       
       
        <color name="swipe_color_2">#99CC00</color>
       
       
        6
       
       
        <color name="swipe_color_3">#8ABD00</color>
       
       
        7
       
       
        <color name="swipe_color_4">#7CAF00</color>
       
       
        8
       
       
       
       
        9
       
       
        </resources>