Description
Sets any arrangement Fully Clickable like a CardView or set partially clickable. In this way, There's no need to listen for clicks separately for each component. And you can add ripple effect with a color you want.
There are 5 function blocks and 1 event block
Event:
FullyClickableMaker has total 1 event.

Fires when registered arrangements clicked
Methods:
FullyClickableMaker has total 5 methods.
1. SetFullyClickable
sets any layout fully clickable with a ripple effect color you want

| Parameter | Type |
|---|---|
| arrangement | component |
| rippleEffectColor | number |
2. SetClickableExceptClickableComponents
Set any arrangement clickable except children clickable components like buttons, switches etc..
(if you make a component clickable, You can't get it back later.

| Parameter | Type |
|---|---|
| arrangement | component |
| rippleEffectColor | number |
3. DisableClickability
Cancel Clickablity and ripple effect

| Parameter | Type |
|---|---|
| arrangement | component |
4. SetClickableExceptClickableComponents2
Sets any arrangement clickable except clickable components with system's default ripple effect color

| Parameter | Type |
|---|---|
| arrangement | component |
5. SetFullyClickable2
sets Fully clickable with system's default ripple effect color

| Parameter | Type |
|---|---|
| arrangement | component |
Specifications
Package: com.sincan.fullyclickablemaker
Size: 29,21 KB
Version: 1.0
Built & documented using: FAST v5.3.1
Download Extension
com.sincan.fullyclickablemaker.aix (29.2 KB)
