在哪里可以找到所有 android 组件的样式属性列表?
例:
@style/MyTheme.ActionBar.TitleTextStyle
android:titleTextStyle 当我在 XML 上编辑它时,它不会出现在下拉菜单中。
寻找这些的完整参考资料,有谁知道我应该在哪里寻找?
谢谢开发人员!
在这里找到所有 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