Skip to content

Commit

Permalink
Add a new color for the drawing entry background
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarthel-fr committed Oct 7, 2014
1 parent d7238f1 commit 66735cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SayItFromTheSky/src/main/res/drawable/bg_drawing_entry.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>

<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@color/accent_color" android:state_pressed="true"/>
<item android:drawable="@color/primary_color_light" android:state_pressed="true"/>
<item android:drawable="@color/material_grey_50"/>
</selector>
1 change: 1 addition & 0 deletions SayItFromTheSky/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<color name="material_grey_500">#9e9e9e</color>

<color name="primary_color">#FF3F51B5</color>
<color name="primary_color_light">#FFC5CAE9</color>
<color name="accent_color">#FFFF5722</color>
<color name="accent_color_light">#FFFF8A65</color>

Expand Down

0 comments on commit 66735cc

Please sign in to comment.