aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/pinned-section-listview/example/res/values/colors.xml
blob: b4da27c931eecaffd472e64fe5e93669daed2c94 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <color name="red_light">#ffff4444</color>
    <color name="green_light">#ff99cc00</color>
    <color name="orange_light">#ffffbb33</color>
    <color name="blue_light">#ff33b5e5</color>
    
    <!-- Went to: $android-sdk > Android:v14 > res > values > colors.xml and copied the colors-->
    
</resources>