android_terminal/res
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
..
drawable Add UI for switching and managing terminal sessions. 2011-08-27 13:33:30 -07:00
drawable-hdpi Add UI for switching and managing terminal sessions. 2011-08-27 13:33:30 -07:00
drawable-mdpi Add UI for switching and managing terminal sessions. 2011-08-27 13:33:30 -07:00
layout Add UI for switching and managing terminal sessions. 2011-08-27 13:33:30 -07:00
menu Add UI for switching and managing terminal sessions. 2011-08-27 13:33:30 -07:00
values Add UI for switching and managing terminal sessions. 2011-08-27 13:33:30 -07:00
values-de Translation strings courtesy CyanogenMod: 2011-01-01 09:57:07 -08:00
values-fr Escape single quote character so string resource compiles. 2011-06-18 21:19:50 +08:00
values-it Updated translations 2011-08-21 16:44:04 -07:00
values-ja Translation strings courtesy CyanogenMod: 2011-01-01 09:57:07 -08:00
values-ru Translation strings courtesy CyanogenMod: 2011-01-01 09:57:07 -08:00
values-tr Turkish localization 2011-04-17 07:51:03 -07:00
values-zh-rCN Translation strings courtesy CyanogenMod: 2011-01-01 09:57:07 -08:00
xml Add an Fn key for easier access to extra keys 2011-04-23 11:26:36 -07:00