Skip to content

Commit

Permalink
Update sample.
Browse files Browse the repository at this point in the history
  • Loading branch information
kizitonwose committed Apr 22, 2017
1 parent f7643d0 commit 4c57793
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sample/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
<color name="color_2">#ffc107</color>
<color name="color_3">#e91e63</color>

<!--You can also use color references-->
<array name="color_references">
<item>@color/color_1</item>
<item>@color/color_2</item>
<item>@color/color_3</item>
</array>


<string-array name="color_choices">
<item>#f44336</item>
<item>#e91e63</item>
Expand Down Expand Up @@ -55,4 +63,5 @@
<item>#616161</item>
<item>#455a64</item>
</string-array>

</resources>

0 comments on commit 4c57793

Please sign in to comment.