在哪里可以找到所有 android 组件的样式属性列表?
例子:
@style/MyTheme.ActionBar.TitleTextStyle
当我在 XML 上编辑它时,android:titleTextStyle 不会出现在下拉列表中。
寻找这些的完整参考,有人知道我应该去哪里看吗?
感谢开发者!
在此处查找所有 Android 基本样式
https://github.com/android/platform_frameworks_base/tree/master/core/res/res
所有样式属性都在这里:http: //developer.android.com/reference/android/R.styleable.html
所有样式(主题)都在这里:http: //developer.android.com/reference/android/R.style.html