We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
请问一下,为何样列代码的项目颜色默认是蓝色 ,而且用 AD 3.2.1默认创建的却是绿色的,具体如附件图所示。不知道哪里去设置?
The text was updated successfully, but these errors were encountered:
我知道原因了,是在..\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> 就可以了。样式颜色的问题
<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>
Sorry, something went wrong.
No branches or pull requests
请问一下,为何样列代码的项目颜色默认是蓝色 ,而且用 AD 3.2.1默认创建的却是绿色的,具体如附件图所示。不知道哪里去设置?
The text was updated successfully, but these errors were encountered: