android_terminal/res/layout
Steven Luo 9c11960500 Add UI for switching and managing terminal sessions.
We expose three different ways to manage terminal sessions:

* Options menu items to open a new window and close the current window.
* A WindowList activity, reachable from the options menu, which lists
  all the open windows and allows opening, closing, and switching of
  windows.  The behavior is patterned after the window list activity in
  the Android browser.
* Gestures to change windows -- swipe right-to-left for the next window,
  left-to-right for the previous window.

The options menu items have been reordered to make what should be the
five most frequently used items (new window, close window, window list,
toggle keyboard, special keys reference) appear in the icon menu so that
the user doesn't have to touch "More" to reach them.

This patch adds several icons.  btn_close_window and ic_menu_windows
come from the Android browser source, while the rest come from the
Android 2.3.3 SDK platform, revision 2 (platforms/android-10/data/res).
2011-08-27 13:33:30 -07:00
..
term_activity.xml Support multiple sessions per terminal activity. 2011-08-27 13:23:52 -07:00
window_list_item.xml Add UI for switching and managing terminal sessions. 2011-08-27 13:33:30 -07:00
window_list_new_window.xml Add UI for switching and managing terminal sessions. 2011-08-27 13:33:30 -07:00