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)));
}
PlayTopPopupWindow.java 文件源码
java
阅读 22
收藏 0
点赞 0
评论 0
项目:CCDownload
作者:
评论列表
文章目录