1、系统所有的属性都申明在 R.attr 这个类里面, 在这里面可以找到所有的描述。 > [Google-R.attr](http://developer.android.com/reference/android/R.attr.html) 2、想自定义theme或者style的时候,去哪里找合适的style&theme去继承: > [Google-styles](https://android.googlesource.com/platform/frameworks/base/+/refs/heads/master/core/res/res/values/styles.xml) > [Google-themes](https://android.googlesource.com/platform/frameworks/base/+/refs/heads/master/core/res/res/values/themes.xml)
1、系统所有的属性都申明在 R.attr 这个类里面, 在这里面可以找到所有的描述。
2、想自定义theme或者style的时候,去哪里找合适的style&theme去继承: