Skip to content Skip to sidebar Skip to footer

How To Activate Full Screen Control Dots (sdk14)

Does anybody know what i mean? In fullscreen mode of the new camera app on my galaxy nexus the control buttons are changing into 3 dots. How can i activate that programmatically?

Solution 1:

It's a standard Options Menu. On 3.0+ it creates those dots, in 2.3.3- you access it with the menu key.

http://developer.android.com/guide/topics/ui/menus.html

Post a Comment for "How To Activate Full Screen Control Dots (sdk14)"