Appropriate save Icon in EditKeyActivity

This commit is contained in:
uberspot
2014-03-11 00:42:03 +02:00
parent 612ad9e6b3
commit 3cad8b6248
9 changed files with 153 additions and 1 deletions

View File

@@ -250,7 +250,7 @@ public class EditKeyActivity extends ActionBarActivity {
*/
private void handleActionEditKey(Intent intent) {
// Inflate a "Done"/"Cancel" custom action bar
ActionBarHelper.setDoneView(getSupportActionBar(), R.string.btn_save,
ActionBarHelper.setSaveView(getSupportActionBar(), R.string.btn_save,
new View.OnClickListener() {
@Override
public void onClick(View v) {