We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f64e07 commit b122543Copy full SHA for b122543
test-app/src/main/res/values/colors.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<resources>
3
- <color name="colorPrimary">#3F51B5</color>
4
- <color name="colorPrimaryDark">#303F9F</color>
5
- <color name="colorAccent">#FF4081</color>
+ <color name="colorPrimary">#2196F3</color>
+ <color name="colorPrimaryDark">#1976D2</color>
+ <color name="colorAccent">#9E9E9E</color>
6
</resources>
0 commit comments