小编isn*_*ety的帖子

ActionBarsherlock android.R.id.home <API 11

当我使用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上是正确的?

android actionbarsherlock

9
推荐指数
1
解决办法
1888
查看次数

标签 统计

actionbarsherlock ×1

android ×1