Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9a26f29 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am aa3b5961: javadoc change: fix the selector sample XML in the class...

am aa3b5961: javadoc change: fix the selector sample XML in the class description (was broken due to improper ordering)

Merge commit 'aa3b5961' into eclair-plus-aosp

* commit 'aa3b5961':
  javadoc change: fix the selector sample XML in the class
parents cffea95e aa3b5961
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -57,6 +57,11 @@ 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
 * 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>
 *
 * <p><strong>XML attributes</strong></p>
 * <p>
 * See {@link android.R.styleable#ImageView Button Attributes},