-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Improve the docs around specifying notification_color #947
Conversation
@robwalkerco Thanks! Although I also found that the file name given is wrong. It has to be |
@krozett I've checked. but I can't find anything that needs to be changed. |
@robwalkerco I don't have any
I just created a brand new fake project with |
@krozett you’ve already got strings.xml and styles.xml in the folder where colors.xml needs to go. Just create the file there. |
@robwalkerco That's exactly what I did. My issue is that the directory in the docs is wrong. |
Got you @krozett |
@robwalkerco Almost got it. The path should be |
Thanks @krozett |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a helpful PR. I got tripped up on this when trying to implement colors. This fixes 2 issues with the documentation:
- The path to the
colors.xml
was missing/main/
- The
meta-data
reference hadandroid:
that shouldn't be there
No description provided.