Numan
(Numan)
January 4, 2023, 2:27pm
#1
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.
vknow360
(Sunny Gupta)
March 4, 2024, 3:01am
#3
com.sunny.clickutil.aix (10.9 KB)
Beware child view’s click events won’t be fired.
3 Likes
what is this, first time i hear it.
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.
vknow360
(Sunny Gupta)
March 5, 2024, 2:24pm
#5
Do you understand what ‘fully clickable’ means?
1 Like