I just want to know if it is possible to change the position of the options menu in Android, specifically I want to display the menu at the top of the screen, instead at the bottom. Thanks in advance.
问题:
回答1:
The answer is no, you cannot change the position of the options menu.
The reason you cannot change the position is for human interface standards between applications. As others have indicated in the comments on your question, it is important to have common touchpoints of consistency on a platform. Apple recognizes this, which is why they would simply refuse to allow your app on the App Store if you break their guidelines. Google is kinder about it, sometimes to the detriment of users, who have repeatedly and loudly complained about app inconsistency.
Of course, you are welcome to roll your own menu system, which is part of the freedom that Google grants you. Reaction from users will then be on your shoulders (and possibly other body parts, depending on how good those users' aim is when throwing things).