650) this.width=650, "src=" Http://s3.51cto.com/wyfs02/M02/6F/B5/wKioL1WmEFvylCStAAE6jaFehMs163.jpg "title=" merchant 05. PNG "alt=" wkiol1wmefvylcstaae6jafehms163.jpg "/>
Implementation, set in the ListView XML
Android:listselector= "@color/green"
2. Resolve the bug that the upgrade notification pops up after login
①: minefragment jump to login interface using Startactivityforresult instead of startactivity;
@Override
public void Onactivityresult (int requestcode, int resultcode, Intent data) {
if (data! = NULL) {
if (ResultCode = = MeituanConstants.Code.RESULT_LOAD) {
Load = Data.getstringextra ("load");
}
}
Super.onactivityresult (Requestcode, ResultCode, data);
}
② a UI reload in resume
@Override
public void Onresume () {
TODO auto-generated Method Stub
Super.onresume ();
Initui ();
}
_cclistview the color of the selected item and resolve the bug that the upgrade notification pops up after landing