summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/ImageButton.java
diff options
context:
space:
mode:
authorBen Dodson <bjdodson@google.com>2010-08-25 10:55:47 -0700
committerBen Dodson <bjdodson@google.com>2010-08-26 14:02:20 -0700
commit4e8620f868e2490782ebb960404140ea9482c91d (patch)
tree306684e75e7c6a8268b0568c1e6cc88e7db1994f /core/java/android/widget/ImageButton.java
parentba4da86add74aab16e3cf204dcf7ea25adbbaafa (diff)
downloadframeworks_base-4e8620f868e2490782ebb960404140ea9482c91d.zip
frameworks_base-4e8620f868e2490782ebb960404140ea9482c91d.tar.gz
frameworks_base-4e8620f868e2490782ebb960404140ea9482c91d.tar.bz2
Updated documentation for upcoming fix for @code tags
Change-Id: Id7b163179132b9cf180afecb4e9e10ee39bcd415
Diffstat (limited to 'core/java/android/widget/ImageButton.java')
-rw-r--r--core/java/android/widget/ImageButton.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/widget/ImageButton.java b/core/java/android/widget/ImageButton.java
index 12a68db..d680fad 100644
--- a/core/java/android/widget/ImageButton.java
+++ b/core/java/android/widget/ImageButton.java
@@ -32,7 +32,7 @@ import java.util.Map;
* {@link android.widget.Button}, with the standard button background
* that changes color during different button states. The image on the surface
* of the button is defined either by the {@code android:src} attribute in the
- * {@code &lt;ImageButton&gt;} XML element or by the
+ * {@code <ImageButton>} XML element or by the
* {@link #setImageResource(int)} method.</p>
*
* <p>To remove the standard button background image, define your own
@@ -57,7 +57,7 @@ import java.util.Map;
* based on the state of the button and the corresponding images
* defined in the XML.</p>
*
- * <p>The order of the {@code &lt;item>} elements is important because they are
+ * <p>The order of the {@code <item>} elements is important because they are
* evaluated in order. This is why the "normal" button image comes last, because
* it will only be applied after {@code android:state_pressed} and {@code
* android:state_focused} have both evaluated false.</p>