Alternative to Dialog.setOnShowListener in Android api level 7 -
does have idea of alternative using new (as of api level 8) dialog.setonshowlistener. adjust things in calling activity based on measured height of dialog, in order work, need access measured height of dialog. works fine in onshowlistener() callback, i'd find solution work on api level 7.
the approach ended taking override onlayout root layout object in dialog, , perform necessary adjustments in there. works fine.
Comments
Post a Comment