diff options
author | Chih-Chung Chang <chihchung@google.com> | 2009-11-02 18:25:43 +0800 |
---|---|---|
committer | Chih-Chung Chang <chihchung@google.com> | 2009-11-03 11:59:05 +0800 |
commit | 271b3095b9f763421c0547109da9de774795072d (patch) | |
tree | 71c875e50fcfad9485a87cb13fc2344405f1e1bc /src/com/android/camera/IconIndicator.java | |
parent | 77c1cdc8f2cda250b1db842204efb49f87e094ae (diff) | |
download | LegacyCamera-271b3095b9f763421c0547109da9de774795072d.zip LegacyCamera-271b3095b9f763421c0547109da9de774795072d.tar.gz LegacyCamera-271b3095b9f763421c0547109da9de774795072d.tar.bz2 |
Clean up and add comments for classes.
Diffstat (limited to 'src/com/android/camera/IconIndicator.java')
-rw-r--r-- | src/com/android/camera/IconIndicator.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/camera/IconIndicator.java b/src/com/android/camera/IconIndicator.java index e3e16e2..cfb0a26 100644 --- a/src/com/android/camera/IconIndicator.java +++ b/src/com/android/camera/IconIndicator.java @@ -25,8 +25,8 @@ import android.widget.ImageView; /** * This class draws an icon which changes according to the mode. For example, - * The flash icon can have on, off, and auto mode. The user calls - * {@code setMode} to change the mode (and the icon). + * The flash icon can have on, off, and auto modes. The user can use + * {@link #setMode(String)} to change the mode (and the icon). */ public class IconIndicator extends ImageView { |