|
|
@@ -44,28 +44,28 @@ public class ApexActivity extends FragmentActivity /*
|
|
|
setupTabs();
|
|
|
}
|
|
|
|
|
|
- @Override
|
|
|
- public boolean onCreateOptionsMenu(Menu menu) {
|
|
|
- // Inflate the menu; this adds items to the action bar if it is present.
|
|
|
- getMenuInflater().inflate(R.menu.apex, menu);
|
|
|
- return true;
|
|
|
- }
|
|
|
-
|
|
|
- @Override
|
|
|
- public boolean onOptionsItemSelected(MenuItem item) {
|
|
|
- switch (item.getItemId()) {
|
|
|
- case R.id.forget_password:
|
|
|
- Intent intent = new Intent();
|
|
|
- intent.setClass(this, RetrievePasswordActivity.class);
|
|
|
- startActivity(intent);
|
|
|
-
|
|
|
- break;
|
|
|
- default:
|
|
|
- break;
|
|
|
-
|
|
|
- }
|
|
|
- return super.onOptionsItemSelected(item);
|
|
|
- }
|
|
|
+// @Override
|
|
|
+// public boolean onCreateOptionsMenu(Menu menu) {
|
|
|
+// // Inflate the menu; this adds items to the action bar if it is present.
|
|
|
+// getMenuInflater().inflate(R.menu.apex, menu);
|
|
|
+// return true;
|
|
|
+// }
|
|
|
+//
|
|
|
+// @Override
|
|
|
+// public boolean onOptionsItemSelected(MenuItem item) {
|
|
|
+// switch (item.getItemId()) {
|
|
|
+// case R.id.forget_password:
|
|
|
+// Intent intent = new Intent();
|
|
|
+// intent.setClass(this, RetrievePasswordActivity.class);
|
|
|
+// startActivity(intent);
|
|
|
+//
|
|
|
+// break;
|
|
|
+// default:
|
|
|
+// break;
|
|
|
+//
|
|
|
+// }
|
|
|
+// return super.onOptionsItemSelected(item);
|
|
|
+// }
|
|
|
|
|
|
private void setupTabs() {
|
|
|
mTabHost = (TabHost) this.findViewById(R.id.tabhost);
|