【发布时间】:2015-08-17 08:12:42
【问题描述】:
你好,我有一个 Utils 类和一个片段类
片段类:http://pastebin.com/uybNJPpe
Utils 类:http://pastebin.com/fpSq1wP2
在我的片段类中的“this”上,我收到此错误: 无法应用Utils中的onActivityCreateSetTheme(android.app.activity) 你们能帮帮我吗?求求你了,谢谢你。 我投票给最好的!
【问题讨论】:
-
使用
getActivity()而不是this -
你好,我试过了,但我得到了这个错误:Error:(41, 50) error: as of release 8, 'this' is allowed as the parameter name for the receiver type, which必须是第一个参数
标签: java android android-fragments set themes