[SetupWizardLib] Sort colors.xml

Keep the colors in alphbetical order.

Change-Id: Ic020384d086b1ce6b3d6e33622d9d899a6f40963
This commit is contained in:
Maurice Lam 2015-05-29 15:22:16 -07:00
parent b5c78954c3
commit 96ca65b2fe

View file

@ -23,10 +23,10 @@
<color name="suw_color_accent_light">#ff3367d6</color>
<color name="suw_color_secondary_dark">#ff9e9e9e</color>
<color name="suw_color_secondary_light">#ff757575</color>
<color name="suw_progress_bar_color_dark">#ffffcd40</color>
<color name="suw_progress_bar_color_light">#fff4b400</color>
<color name="suw_link_color_dark">#ff448aff</color>
<color name="suw_link_color_light">#ff3367d6</color>
<color name="suw_progress_bar_color_dark">#ffffcd40</color>
<color name="suw_progress_bar_color_light">#fff4b400</color>
<!-- Navigation bar colors -->