Android Question [Solved] Questions about ASFloatingActionButton

asales

Expert
Licensed User
Longtime User
ASFloatingActionButton

1 - The "Item But^ton Background" property has an accent ( ^ ) in the name (not a problem).
1711806552996.png


2 - When the user press the Back button, I check if is panels visible in my screen and hide it.
Is possible to check if is the ASFloatingActionButton is open to close it when press the Back button?

Thanks in advance.
 

Alexander Stolte

Expert
Licensed User
Longtime User
  • 1.07
    • Add get isOpen
    • Add Event Open - is triggered when the button is opened
    • Add Event Closed - is triggered when the button is collasped again
    • BugFix
Now you should be well equipped :D
 
Upvote 0

asales

Expert
Licensed User
Longtime User
  • 1.07
    • Add get isOpen
    • Add Event Open - is triggered when the button is opened
    • Add Event Closed - is triggered when the button is collasped again
    • BugFix
Now you should be well equipped :D
Great! Thanks!
 
Upvote 0
Top