Closed idleloop-github closed 10 years ago
Please note commit 7b53d45 is broken @ src/com/example/zebedee/MainActivity.java #63 where the code should be:
- getMenuInflater().inflate(R.menu.main, menu); getMenuInflater().inflate(R.menu.activity_main, menu);
- getMenuInflater().inflate(R.menu.main, menu);
next commit, version v0.3 (https://github.com/idleloop-github/Zebedee.apk/commit/acc4b7d3dcc904c926c3644c49f4263f88fdf8bb), is fixed.
Please note commit 7b53d45 is broken @ src/com/example/zebedee/MainActivity.java #63 where the code should be: