Android Question AppCompat Sliding Menu - Disable Menu options

FERNANDO SILVEIRA

Active Member
Licensed User
Hello guys,

I'm using AppCompat Sliding Menu example and would like to know if is there a way to enable/disable a menu option from the options list?

Also, how can I implement line separators by subject, like below (here I forced "-------------")

upload_2018-6-11_16-57-19.png


Regards,
Fernando
 

walterf25

Expert
Licensed User
Longtime User
Hello guys,

I'm using AppCompat Sliding Menu example and would like to know if is there a way to enable/disable a menu option from the options list?

Also, how can I implement line separators by subject, like below (here I forced "-------------")

View attachment 68838

Regards,
Fernando
You can use the CustomListView instead of the B4A's core listview, you can disable any specific view and also you could insert maybe an imageview where you want to insert the serparators and load an image that looks like the serparator. Just something quick but it should work.

Regards,
Walter
 
Upvote 0
Top