Skip to content

Commit

Permalink
revise color
Browse files Browse the repository at this point in the history
  • Loading branch information
8enet committed May 5, 2017
1 parent df7aa06 commit ff32d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values-night/colors.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#3F51B5</color>
<color name="colorPrimaryDark">#303F9F</color>
<color name="colorPrimaryDark">@android:color/transparent</color>
<color name="colorAccent">#FF4081</color>

<color name="expandable_item_indicator_color">#42000000</color>
Expand Down

0 comments on commit ff32d24

Please sign in to comment.