Theme.AppCompat.Light.NoActionBar 的父级

Parent of Theme.AppCompat.Light.NoActionBar

Theme.AppCompat.Light.NoActionBar 的父级是什么?我在 Android SDK 资源中找不到 "parent" 属性。我猜应该是Theme.AppCompat.Light。但是我没有找到任何文件来证明这一点。

您可以使用点而不是使用 parent (docs) 来继承样式。所以 Theme.AppCompat.LightTheme.AppCompat.Light.NoActionBar

的父级

You can also inherit styles (except those from the platform) by extending a style's name with a dot notation, instead of using the parent attribute. That is, prefix the name of your style with the name of the style you want to inherit, separated by a period.