Added button to access the Miro Guide from the AddFeedActivity

This commit is contained in:
daniel oeh
2012-08-02 12:31:33 +02:00
parent c69dfff36c
commit 8960d85452
6 changed files with 58 additions and 6 deletions

View File

@ -175,6 +175,7 @@
android:name="android.app.default_searchable"
android:value=".activity.SearchActivity" />
</activity>
<activity android:name=".activity.MiroGuideMainActivity" android:label="@string/miro_guide_label"></activity>
</application>
</manifest>