Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

android项目背景颜色问题 #30

Open
lxh023 opened this issue Oct 29, 2018 · 1 comment
Open

android项目背景颜色问题 #30

lxh023 opened this issue Oct 29, 2018 · 1 comment

Comments

@lxh023
Copy link

lxh023 commented Oct 29, 2018

请问一下,为何样列代码的项目颜色默认是蓝色 ,而且用 AD 3.2.1默认创建的却是绿色的,具体如附件图所示。不知道哪里去设置?
qq 20181029113408

@lxh023
Copy link
Author

lxh023 commented Oct 30, 2018

我知道原因了,是在..\app\src\main\res\values下有一个color.xml,
<color name="colorPrimary">#008577</color> <color name="colorPrimaryDark">#00574B</color> <color name="colorAccent">#D81B60</color>
第一项跟第二项就是绿色、深绿色。。。。
把这三项改为
<color name="colorPrimary">#3F51B5</color> <color name="colorPrimaryDark">#303F9F</color> <color name="colorAccent">#FF4081</color>
就可以了。样式颜色的问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant