Questions tagged [softkeys]

47 questions
0
votes
1 answer

Android ICS Virtual Button Rotation

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…
0
votes
1 answer

Implementing a back button in android

I'm in the process of creating a set of home/back keys for when the statusbar in android is hidden. I've designed a button that simulates a home-key press as such private void InjectKey(final int keyEventCode) { new Thread(new Runnable() { …
1 2 3
4