我正在尝试解决一个奇怪的问题,在我的布局xml文件中,父视图(<LinearLayout>
)具有名为android:theme="@style/blueTheme"
的属性,而其子级(<TextView>
)具有{{ 1}}。
这里的问题是返回的属性没有值。我期望可以从其父主题(即android:background=?attr/backgroundColor
)中检索该值,但不能使其正常工作。
是否完全支持此功能?
编辑-
@style/blueTheme
和<style name="blueTheme">
<item name="backgroundColor">@color/blue</item>
</style>
被定义为
backgroundColor