PlayTopPopupWindow.java 文件源码

java
阅读 22 收藏 0 点赞 0 评论 0

项目:CCDownload 作者:
public PlayTopPopupWindow(Context context, int height) {
    this.context = context;
    View view = LayoutInflater.from(context).inflate(R.layout.play_top_menu, null);

    rgSubtitle = findById(R.id.rg_subtitle, view);
    rgScreenSize = findById(R.id.rg_screensize, view);

    popupWindow = new PopupWindow(view, height * 2 / 3, height);
    popupWindow.setBackgroundDrawable(new ColorDrawable(Color.argb(178, 0, 0, 0)));
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号