隐藏虚拟按键
getLayoutInflater().from(
this).inflate(
R.layout.wechat_share_layout,
null).setSystemUiVisibility(View.SYSTEM_UI_FLAG_HIDE_NAVIGATION);
显示虚拟按键
getLayoutInflater().from(
this).inflate(
R.layout.wechat_share_layout,
null).setSystemUiVisibility(View.SYSTEM_UI_FLAG_VISIBLE);
转载请注明原文地址: https://ju.6miu.com/read-677788.html