API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.widget.TwoLineListItem

Removed Constructors
android.widget(Context, AttributeSet, Map)  
android.widget(Context, AttributeSet, Map, int)  
 

Added Constructors
TwoLineListItem(Context, AttributeSet)  
TwoLineListItem(Context, AttributeSet, int)  
 

Removed Methods
void disableSelectedIcon() Hides the "item selected" icon (if the layout defines one).
void enableSelectedIcon() Displays the "item selected" icon (if the layout defines one).
int getMode() Returns the current display mode (see the constants defined by this class).
void setMode(int) Sets the display mode.
 

Changed Methods
void setSelected(boolean) Method was locally defined, but is now inherited from View. Changes the selection state of this view.
 

Removed Fields
int MODE_COLLAPSING When selected show two lines, when not shot one line
int MODE_ONE_LINE Only ever show the first line
int MODE_TWO_LINE Always show two lines
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff