How can I make arrangement fully clickable

Hello Developers.
As I stated in the title, I attempted to make layout fully clickable. Can anyone help me.
I tried these:

ViewGroup viewgroup = (ViewGroup)view.getView();
viewgroup.setDescendantFocusability(ViewGroup.FOCUS_BLOCK_DESCENDANTS);
view.getView().setClickable(true);

where view is AndroidViewComponent.

1 Like

it’s also, my problem.
anyone guide this, how to set arrangements fully clickable.

com.sunny.clickutil.aix (10.9 KB)

image

Beware child view’s click events won’t be fired.

3 Likes

what is this, first time i hear it.

  1. i have many images under arrangements, how i know the which image components is click and is click image = some value then open screen, because in normal method many block is created for every single click.
    any solutions about it.

Do you understand what ‘fully clickable’ means? :roll_eyes:

1 Like