emotionhero/app/src/main/res/values/colors.xml

20 lines
742 B
XML
Raw Normal View History

2016-08-16 19:25:28 +02:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#0000ff</color>
<color name="colorPrimaryDark">#303F9F</color>
<color name="colorAccent">#FF4081</color>
2016-08-17 13:17:04 +02:00
<color name="colorScenarioLine">#FF0000</color>
2016-08-16 19:25:28 +02:00
<color name="black_overlay">#66000000</color>
<color name="highscore">#ffff00</color>
2016-08-17 19:21:16 +02:00
<!--TODO: implement in Emotion.java-->
<color name="emotion_anger">#ff0000</color>
<color name="emotion_contempt">#0000ff</color>
<color name="emotion_disgust">#009000</color>
<color name="emotion_fear">#ffff00</color>
<color name="emotion_joy">#ff00ff</color>
<color name="emotion_sadness">#ff8c00</color>
<color name="emotion_surprise">#00aaff</color>
2016-08-16 19:25:28 +02:00
</resources>