Is it possible to rotate the virtual buttons (soft keys) programmatically?
I understand that if I enable android:screenOrientation options I can get these buttons to auto-rotate. But sometimes my activity is too heavy to rotate everything. So I am seeking solutions to keep some screen items intact while rotating the virtual buttons to the correct display orientation.
I couldn't find any documentation and/or mention of related APIs/hacks. Is this a forbidden realm?