From 4e8620f868e2490782ebb960404140ea9482c91d Mon Sep 17 00:00:00 2001 From: Ben Dodson Date: Wed, 25 Aug 2010 10:55:47 -0700 Subject: Updated documentation for upcoming fix for @code tags Change-Id: Id7b163179132b9cf180afecb4e9e10ee39bcd415 --- core/java/android/widget/ImageButton.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/java/android/widget/ImageButton.java') 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 <ImageButton>} XML element or by the + * {@code } XML element or by the * {@link #setImageResource(int)} method.

* *

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.

* - *

The order of the {@code <item>} elements is important because they are + *

The order of the {@code } 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.

-- cgit v1.1