为activity设置theme 不生效
2021-11-05 本文已影响0人
toExploreFuture
我的项目是多 module 项目,有几个activity写到了其他的module里面,给这些activity配置theme总是不生效,最后发现 module B theme 和 module A theme 重名了,我推测Android studio 最后编译的时候,会把这些重名的 theme 合并/覆盖,所有我给activity 配置的module总是在使用 被覆盖的theme