Skip to content

Commit 3fdbd99

Browse files
committed
Add some material colors into colors resources
1 parent 21ccdbb commit 3fdbd99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@
33
<color name="colorPrimary">#3F51B5</color>
44
<color name="colorPrimaryDark">#303F9F</color>
55
<color name="colorAccent">#FF4081</color>
6+
<color name="blue">#3F51B5</color>
7+
<color name="red">#F44336</color>
8+
<color name="green">#4CAF50</color>
9+
<color name="yellow">#FFEB3B</color>
610
</resources>

0 commit comments

Comments
 (0)