我需要将根视图传递给函数以显示弹出窗口
instructions_popup_window.showAtLocation( "parent view", Gravity.CENTER, 0, 0);
问题是放什么"parent view"
。
在onCreate
我有
setContentView(R.layout.splash);
我的根本观点也是如此:"R.layout.splash"
还是"findViewById(R.layout.splash)"
其他什么?
我需要将根视图传递给函数以显示弹出窗口
instructions_popup_window.showAtLocation( "parent view", Gravity.CENTER, 0, 0);
问题是放什么"parent view"
。
在onCreate
我有
setContentView(R.layout.splash);
我的根本观点也是如此:"R.layout.splash"
还是"findViewById(R.layout.splash)"
其他什么?