rey5137 / material

A library to bring fully animated Material Design components to pre-Lolipop Android.
http://rey5137.com/material/
Apache License 2.0
6.01k stars 1.32k forks source link

there is no background in bottomsheet #345

Closed meeftah closed 1 year ago

meeftah commented 8 years ago

private void showcountryBottomSheet(){ mBottomSheetDialog = new BottomSheetDialog(mActivity, R.style.Material_App_BottomSheetDialog); View v = LayoutInflater.from(mActivity).inflate(R.layout.showcountry_activity, null); ViewUtil.setBackground(v, new ThemeDrawable(R.array.bg_window)); mBottomSheetDialog.heightParam(ViewGroup.LayoutParams.MATCH_PARENT); mBottomSheetDialog.contentView(v) .show(); }

no matter what I do, my bottomsheet has no background...any help?

lixp185 commented 1 year ago

这是一封自动回复邮件。已经收到您的来信,我会尽快回复。