Fix ActionBar title for NFC sharing.

Change-Id: I9d7c479d06437ece3f598506ce1cf2be322b12d0
This commit is contained in:
Martijn Coenen
2011-08-02 10:29:43 -07:00
parent 1de7a33106
commit b00f4a5ac5

View File

@@ -56,6 +56,7 @@ public class ZeroClick extends Fragment
ActionBar.LayoutParams.WRAP_CONTENT,
ActionBar.LayoutParams.WRAP_CONTENT,
Gravity.CENTER_VERTICAL | Gravity.RIGHT));
activity.getActionBar().setTitle(R.string.zeroclick_settings_title);
}
}