From 2b0267dc3671282a1498a92da7b38fd2ef5c018f Mon Sep 17 00:00:00 2001 From: Scott Main Date: Thu, 5 Apr 2012 12:34:33 -0700 Subject: docs: Deprecate the old UI guidelines about Activity/Task and Menus Change-Id: Ife0079ecd2285eca92833a8ff32e9b4545086448 --- docs/html/guide/guide_toc.cs | 6 ---- .../ui_guidelines/activity_task_design.jd | 37 ++++++++++++++++++++++ docs/html/guide/practices/ui_guidelines/index.jd | 20 ------------ .../guide/practices/ui_guidelines/menu_design.jd | 31 ++++++++++++++++++ docs/html/sitemap.txt | 2 -- 5 files changed, 68 insertions(+), 28 deletions(-) diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index ba8dc5e..62d18ae 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -834,12 +834,6 @@ applications
  • App Widget Design
  • -
  • - Activity and Task Design -
  • -
  • - Menu Design -
  • diff --git a/docs/html/guide/practices/ui_guidelines/activity_task_design.jd b/docs/html/guide/practices/ui_guidelines/activity_task_design.jd index f8ca3f8..8e4528e 100644 --- a/docs/html/guide/practices/ui_guidelines/activity_task_design.jd +++ b/docs/html/guide/practices/ui_guidelines/activity_task_design.jd @@ -3,6 +3,43 @@ parent.title=UI Guidelines parent.link=index.html @jd:body + + + +
    + + This doc is deprecated +
    + + +
    +

    This document has been deprecated.

    +

    For information about designing an activity structure and navigation, read the design guidelines +for App Structure and +Navigation, or the developer guide +about Tasks and Back Stack.

    + + +
    +
    + + + + + + + + + + + + + +
    diff --git a/docs/html/guide/practices/ui_guidelines/index.jd b/docs/html/guide/practices/ui_guidelines/index.jd index 3255275..24fb855 100644 --- a/docs/html/guide/practices/ui_guidelines/index.jd +++ b/docs/html/guide/practices/ui_guidelines/index.jd @@ -39,26 +39,6 @@ at a glance, on a user's Home screen. These design guidelines describe how to design widgets that fit with others on the Home screen. They include links to graphics files and templates that will make your designer's life easier. -
    -
    Activity and Task Design Guidelines
    -
    Activities are the basic, independent building blocks of applications. - As you design your application's UI and feature set, you are free to - re-use activities from other applications as if they were yours, - to enrich and extend your application. These guidelines - describe how activities work, illustrates them with examples, and - describes important underlying principles and mechanisms, such as - multitasking, activity reuse, intents, the activity stack, and - tasks. It covers this all from a high-level design perspective. -
    -
    Menu Design Guidelines
    -
    Android applications make use of Option menus and Context menus - that enable users to perform operations and navigate to other parts - of your application or to other applications. These guidelines describe - the difference between Options anontext menus, how to arrange - menu items, when to put commands on-screen, and other details about - menu design. -
    -
    diff --git a/docs/html/guide/practices/ui_guidelines/menu_design.jd b/docs/html/guide/practices/ui_guidelines/menu_design.jd index 7576b6c..b4e2ea7 100644 --- a/docs/html/guide/practices/ui_guidelines/menu_design.jd +++ b/docs/html/guide/practices/ui_guidelines/menu_design.jd @@ -2,7 +2,38 @@ page.title=Menu Design Guidelines parent.title=UI Guidelines parent.link=index.html @jd:body + + + + + + + +
    +

    This document has been deprecated.

    +

    For design guidelines about adding user actions and other options, read the design guidelines +for Action Bar or the developer guide about +Menus.

    + + +
    +
    + + + + + + + + +
    diff --git a/docs/html/sitemap.txt b/docs/html/sitemap.txt index 182e958..3f65999 100644 --- a/docs/html/sitemap.txt +++ b/docs/html/sitemap.txt @@ -160,8 +160,6 @@ http://developer.android.com/guide/practices/ui_guidelines/icon_design_tab.html http://developer.android.com/guide/practices/ui_guidelines/icon_design_dialog.html http://developer.android.com/guide/practices/ui_guidelines/icon_design_list.html http://developer.android.com/guide/practices/ui_guidelines/widget_design.html -http://developer.android.com/guide/practices/ui_guidelines/activity_task_design.html -http://developer.android.com/guide/practices/ui_guidelines/menu_design.html http://developer.android.com/guide/practices/design/performance.html http://developer.android.com/guide/practices/design/responsiveness.html http://developer.android.com/guide/practices/design/seamlessness.html -- cgit v1.1