• 2023-06-20控制dialog对话框的大小
    publicclassSharePostextendsDialog{@OverridepublicvoidonCreate(BundlesavedInstanceState){super.onCreate(savedInstanceState);setContentView(R.layout.adaptor_contentsharepost);LayoutParamsparams=getWindow().getAt
  • 2023-04-25直播商城源码,PopupWindow菜单在ListView中显示
    直播商城源码,PopupWindow菜单在ListView中显示  privatePopupWindowmOperaPopup;  privatevoidshowMenuPopup(Viewanchor)  {    if(mOperaPopup==null)    {      ViewpopupView=View.inflate(mContext,R.layout.popup_opera_sub
  • 2023-02-07应用程序动态全屏和退出全屏
    让程序全屏的方法,大家都知道,那是静态的,程序运行之初就申明了。但是如果有这样的需求:要在程序运行的过程中,执行了某个操作而使之全屏,然后还需要退出全
  • 2022-08-20BottomSheetDialog 找不到符号design_bottom_sheet
    BottomSheetDialog使用BottomSheetDialogbottomSheetDialog=newBottomSheetDialog(mContext);bottomSheetDialog.setContentView(R.layout.layout_bottom_p