Re: [android-developers] how to block buttons with a layout above all?

2010-09-21 Thread Kostya Vasilyev
Try setting on click handler for this view. -- Kostya Vasilyev -- http://kmansoft.wordpress.com 21.09.2010 12:40 пользователь "Marco Alexander Schmitz" < marco.alexander.schm...@googlemail.com> написал: hi, I'd like to add a transparent panel (relativelayout) with fill_parent in width and heigh

[android-developers] how to block buttons with a layout above all?

2010-09-21 Thread Marco Alexander Schmitz
hi, I'd like to add a transparent panel (relativelayout) with fill_parent in width and height. I want to use this "glasspane" in order to block all buttons underneath. Unfortunately I cannot find the right setter / xml attribute for this. These wont work: .setEnabled(false); .setPressed(false