isn*_*ety 9 android actionbarsherlock
当我使用Actionbarsherlock
public boolean onOptionsItemSelected(MenuItem item)
{
switch (item.getItemId())
{
case android.R.id.home:
this.finish();
return true;
default:
return super.onOptionsItemSelected(item);
}
}
Run Code Online (Sandbox Code Playgroud)
我注意到android.R.id.home来自API 11.我们怎样才能确保android.R.id.home在API 8上是正确的?
| 归档时间: |
|
| 查看次数: |
1888 次 |
| 最近记录: |