📅  最后修改于: 2022-03-11 14:59:49.760000             🧑  作者: Mango
TypedValue typedValue = new TypedValue();
Theme theme = context.getTheme();
theme.resolveAttribute(R.attr.theme_color, typedValue, true);
@ColorInt int color = typedValue.data;