android-dialog-builder icon indicating copy to clipboard operation
android-dialog-builder copied to clipboard

android-dialog-builder

Results 4 android-dialog-builder issues
Sort by recently updated
recently updated
newest added

## Beep boop. Your images are optimized! Your image file size has been reduced by **55%** 🎉 Details | File | Before | After | Percent reduction | |:--|:--|:--|:--| |...

作者你好,我再实际使用中发现,MasterDialog中设置的onKeyEvent并不会起作用,返回键的事件不会拦截到。经上网查证,onKeyEvent再任何view中都可以去setOnKeyEvent,但是Android只在三个地方可以接受到回调。Activity,Dialog,和Edittext。其他view中即使设置也不会接收到按键回调。

`DialogBuilder builder = new DialogBuilder(this) .setAnimation(R.anim.da_slide_in_bottom, R.anim.da_slide_out_bottom) .setOnItemClickListener(this) .setGravity(Gravity.BOTTOM); dialog = new ListMasterDialog(builder); dialog.setAdapter(new TextDialogAdapter(this,getSimpleStringData(4)));`

Hello, Great plugin! Is it possible to make background dim amount to 0? Thank you