如何让popupwindow 显示在整个屏幕的中央

 我来答
314659476
2014-11-23 · TA获得超过1836个赞
知道大有可为答主
回答量:2162
采纳率:66%
帮助的人:570万
展开全部
调用显示的时候用showAtLocation,然后第二个参数选择Gravity.center,第三个第四个写0,就可以居中了
郭磊
2018-02-27 · 知道合伙人互联网行家
郭磊
知道合伙人互联网行家
采纳数:391 获赞数:11745
全国信息化工程师岗位技能证书持有者 广州美诗沁演讲比赛三等奖

向TA提问 私信TA
展开全部
popupwindow 显示在屏幕中央的办法
public static void showShareWindow(Activity activity, View parentView, String pageName){ View mContentView = null; V5ShareView mShareView = null; if(mContentView == null){ mContentView = LayoutInflater.from(activity).inflate(R.layout.v5_share_layout, null); } if(mPopUpWindow == null){ mPopUpWindow = new PopupWindow(mContentView, LayoutParams.MATCH_PARENT,LayoutParams.MATCH_PARENT); mPopUpWindow.setBackgroundDrawable(new BitmapDrawable()); mPopUpWindow.setOutsideTouchable(true); mPopUpWindow.setFocusable(true); } if(mShareView == null){ mShareView = new V5ShareView(mContentView,pageName,activity); } mShareView.setOnShareViewDismiss(new ShareViewDismiss() { @Override public void dismiss() { mPopUpWindow.dismiss(); } }); mPopUpWindow.showAtLocation(activity.getWindow().getDecorView(), Gravity.CENTER, 0, 0);}
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
526jhgyug
2018-04-12 · TA获得超过124个赞
知道答主
回答量:0
采纳率:0%
帮助的人:0
展开全部

通过设置Dialog的样式实现

public static void showShareWindow(Activity activity, View parentView, String pageName){
View mContentView = null;
V5ShareView mShareView = null;
if(mContentView == null){
mContentView = LayoutInflater.from(activity).inflate(R.layout.v5_share_layout, null);
}
if(mPopUpWindow == null){
mPopUpWindow = new PopupWindow(mContentView, LayoutParams.MATCH_PARENT,LayoutParams.MATCH_PARENT);
mPopUpWindow.setBackgroundDrawable(new BitmapDrawable());
mPopUpWindow.setOutsideTouchable(true);
mPopUpWindow.setFocusable(true);
}
if(mShareView == null){
mShareView = new V5ShareView(mContentView,pageName,activity);
}
mShareView.setOnShareViewDismiss(new ShareViewDismiss() {
@Override
public void dismiss() {
mPopUpWindow.dismiss();
}
});
mPopUpWindow.showAtLocation(activity.getWindow().getDecorView(), Gravity.CENTER, 0, 0);
}

希望可以帮到你。

参考资料

百度知道.百度知道[引用时间2018-1-26]

本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
shoaling
2018-04-20 · TA获得超过4195个赞
知道大有可为答主
回答量:3206
采纳率:92%
帮助的人:666万
展开全部

网页链接

通过设置Dialog的样式实现

public static void showShareWindow(Activity activity, View parentView, String pageName){View mContentView = null;V5ShareView mShareView = null;if(mContentView == null){mContentView = LayoutInflater.from(activity).inflate(R.layout.v5_share_layout, null);}if(mPopUpWindow == null){mPopUpWindow = new PopupWindow(mContentView, LayoutParams.MATCH_PARENT,LayoutParams.MATCH_PARENT);mPopUpWindow.setBackgroundDrawable(new BitmapDrawable());mPopUpWindow.setOutsideTouchable(true);mPopUpWindow.setFocusable(true);}if(mShareView == null){mShareView = new V5ShareView(mContentView,pageName,activity);}mShareView.setOnShareViewDismiss(new ShareViewDismiss() {@Overridepublic void dismiss() {mPopUpWindow.dismiss();}});mPopUpWindow.showAtLocation(activity.getWindow().getDecorView(), Gravity.CENTER, 0, 0);}

希望可以帮到你。

梁兆铃

已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式