【发布时间】:2018-09-19 06:35:28
【问题描述】:
我一直在我的所有可绘制对象中使用主题属性,但我发现这在 21 年前不受支持
有什么方法可以使用
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="?attr/background_1" />
<corners android:radius="@dimen/button_corner_radius" />
我的布局中有这样的可绘制对象吗?非常感谢。不知道现在该怎么办
【问题讨论】:
标签: android