Skip to content

Commit 7eed7c1

Browse files
authored
魔法-修复
1 parent e7335da commit 7eed7c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ChaosCrystal/ActionBar/为ActionBar添加返回按钮.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ getSupportActionBar().setDisplayHomeAsUpEnabled(true);
2222
监听返回按钮事件
2323

2424
> 它的 id 是 home,可以使用重载 `onOptionsItemSelected` 的方式进行监听。
25+
2526
``` java
2627
@Override
2728
public boolean onOptionsItemSelected(MenuItem item)

0 commit comments

Comments
 (0)