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

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -