https://gyazo.com/7ffd965136f18e44aa87c591e3b90ed9
As you can see in the link I provided, when I click on the Label or the ImageView that I have inside my View, the ripple effect does not work. How can I fix this?
I'm having this problem in both 6.1.2GA and 6.2.2GA SDKs
This is my XML file:
<CardView id="selectCard">
<View layout='horizontal' backgroundColor="#fafafa" touchFeedback="true" touchFeedbackColor="#808080">
<ImageView class="icons" id="locationIcon" image="/icons/address.png" top="8dp" bottom="8dp" left="16dp" />
<Label class="titleLabel smallText" text="L('selectInMap')" />
</View>
</CardView>
I tried deleting the View inside my CardView and then setting touchFeedback and touchFeedbackColor properties to the CardView, but then I see no ripple effect at all