1

在哪里可以找到所有 android 组件的样式属性列表?

例子:

@style/MyTheme.ActionBar.TitleTextStyle

当我在 XML 上编辑它时,android:titleTextStyle 不会出现在下拉列表中。

寻找这些的完整参考,有人知道我应该去哪里看吗?

感谢开发者!

4

2 回答 2

1

在此处查找所有 Android 基本样式

https://github.com/android/platform_frameworks_base/tree/master/core/res/res

于 2012-05-30T08:00:10.107 回答
1

所有样式属性都在这里:http: //developer.android.com/reference/android/R.styleable.html

所有样式(主题)都在这里:http: //developer.android.com/reference/android/R.style.html

于 2012-05-30T08:05:27.397 回答