android PopupWindow


public void setPopManu() {
  View layout = LayoutInflater.from(getApplicationContext()).inflate(
    R.layout.setting_menu, null);
  TextView time_set = (TextView) layout.findViewById(R.id.time_set);
  TextView comment_set = (TextView) layout.findViewById(R.id.comment_set);
  TextView followerPaly = (TextView) layout
    .findViewById(R.id.follower_play_set);
  final PopupWindow menuWindow = new PopupWindow(layout,
    LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT); // 后两个参数是width和height
  menuWindow.setOutsideTouchable(true);
  menuWindow.setFocusable(true);
   // ColorDrawable dw = new ColorDrawable(-00000);
  menuWindow.setBackgroundDrawable(new ColorDrawable(-00000)); //设置了
setBackgroundDrawable可以点击PopupWindow 外边取消
  menuWindow.setTouchable(true); // 设置PopupWindow可触摸
  menuWindow.setContentView(layout);
  menuWindow.showAtLocation( menu, Gravity.RIGHT | Gravity.BOTTOM, 0, 60);//这里的menu是以那个view为基准点的,最好是点那个view弹起PopupWindow 为基准
 }
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值