From fe1ffc3aadf14fbd402dced74663735174e1f533 Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Thu, 1 Apr 2010 09:50:15 -0700 Subject: [PATCH] doc change: miscellaneous small fixes. Change-Id: Iaa317261bdc20cefa38e022dfc275fea3acd97a2 --- docs/html/guide/developing/tools/aidl.jd | 4 +- docs/html/guide/developing/tools/emulator.jd | 2 +- .../practices/ui_guidelines/icon_design.jd | 66 +++++++++++++++---- docs/html/guide/topics/fundamentals.jd | 4 +- docs/html/index.jd | 2 +- 5 files changed, 58 insertions(+), 20 deletions(-) diff --git a/docs/html/guide/developing/tools/aidl.jd b/docs/html/guide/developing/tools/aidl.jd index 19d9ea1b97666..d3da2852bdf36 100644 --- a/docs/html/guide/developing/tools/aidl.jd +++ b/docs/html/guide/developing/tools/aidl.jd @@ -161,10 +161,10 @@ private final IRemoteService.Stub mBinder = new IRemoteService.Stub(){

A few rules about implementing your interface:

diff --git a/docs/html/guide/developing/tools/emulator.jd b/docs/html/guide/developing/tools/emulator.jd index 507353ef53f45..dbfc8efacd7d7 100644 --- a/docs/html/guide/developing/tools/emulator.jd +++ b/docs/html/guide/developing/tools/emulator.jd @@ -7,7 +7,7 @@ page.title=Android Emulator that runs on your computer. The emulator lets you prototype, develop, and test Android applications without using a physical device.

-

The Android emulator mimics all of the typical hardware and software features +

The Android emulator all of the hardware and software features of a typical mobile device, except that it can not receive or place actual phone calls. It provides a variety of navigation and control keys, which you can "press" using your mouse or keyboard to generate events for your application. It also diff --git a/docs/html/guide/practices/ui_guidelines/icon_design.jd b/docs/html/guide/practices/ui_guidelines/icon_design.jd index 26acf759b911c..3f00b5c9e4d3f 100644 --- a/docs/html/guide/practices/ui_guidelines/icon_design.jd +++ b/docs/html/guide/practices/ui_guidelines/icon_design.jd @@ -105,7 +105,7 @@ the application on an Android Virtual Device (AVD) or an HVGA device such as the T-Mobile G1.

  • Test and adjust your baseline icons as needed.
  • When you are satisfied with the icons you've developed at the baseline -density, create scaled copies for the other densities.
  • +density, create scaled copies for the other densities.