Skip to content

Commit

Permalink
changed default base/highlight color
Browse files Browse the repository at this point in the history
  • Loading branch information
usmanrana-ilsa committed Sep 27, 2019
1 parent e460b90 commit 7d3ca49
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions library/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<resources>
<color name="light_transparent">#16000000</color>
<color name="dark_transparent">#24000000</color>
<!--<color name="shimmer_highlight_color">#ECF0F1</color>
<color name="shimmer_base_color">#f2f2f2</color>-->
<color name="shimmer_highlight_color">#00ff00</color>
<color name="shimmer_base_color">#ff0000</color>
<color name="shimmer_highlight_color">#ECF0F1</color>
<color name="shimmer_base_color">#f2f2f2</color>
</resources>

0 comments on commit 7d3ca49

Please sign in to comment.