orhanobut / dialogplus

Advanced dialog solution for android
Apache License 2.0
5k stars 793 forks source link

Customization #199

Open BoumBam opened 4 years ago

BoumBam commented 4 years ago

Is it possible to customize the popover by giving it the border radius ?

Do that library have long press(press on a button during 2 seconds for exapmle) feature before showing the popover ?

Thanks.

Andromeda606 commented 3 years ago

use dialog.findViewById(R.id.dialogplus_outmost_container) sample: dialog.findViewById(R.id.dialogplus_outmost_container).setBackground(getResources().getDrawable(R.drawable.dialogplusDialog));