Problem when pressing a floating button

0

I am developing an application for Android, the fact is that I have a floating button that when I pulse it displays several options The fact is that when I pulse I deploy the options and occupy a ListView and when I want to press one of those options I press the item of listview on which it is.

I insert an image as an example

Do you know any way to avoid this? I've been with it for a few days and I'm not capable.

Thank you very much!

    
asked by alamoalberto95 20.08.2018 в 20:06
source

1 answer

1

Okay, I'll keep it in mind for the next ones, thanks. I solved it, the problem was that there was one "layer" on top of another and I could not press the one below, I solved it with a RelativeLayout

    
answered by 24.08.2018 в 23:10