Android Question how to create a function menu

carycai

Member
Licensed User
Longtime User
please find out the attach picture: you can find 8 picture function buttons (in chinese), may be built by grid view or any other libs,and how to build this grid menu?
thank you.
 

Attachments

  • Screenshot_2016-11-16-15-50-26.png
    Screenshot_2016-11-16-15-50-26.png
    48.4 KB · Views: 188

KMatle

Expert
Licensed User
Longtime User
Upvote 0

carycai

Member
Licensed User
Longtime User
There are many ways:

- Just define a Panel and add ImageViews and labels to it. Show it when it's needed. Easy. Just try.
- or just start another activity with the views on it (when the user clicks, start another)
thank you very much.
 
Upvote 0
Top