Android规范

资源

  • color.xml 由基本色构成,而不是针对每个模块或组件分别设置。
  • dimens.xml 同上。
  • string.xml 由于语言的多样性,属性名具体一点会更好。另外,value 值不要全部使用大写(用textAllCaps)。
  • layout 中的层级不要太多。

    https://github.com/futurice/android-best-practices#resources

参考