Added activity for viewing a specific miroguide category

This commit is contained in:
daniel oeh
2012-08-03 12:08:48 +02:00
parent 941154704b
commit 1b347032d4
5 changed files with 143 additions and 0 deletions

View File

@ -195,6 +195,7 @@
android:name="android.app.default_searchable"
android:value=".activity.MiroSearchActivity" />
</activity>
<activity android:name=".activity.MiroGuideCategoryActivity" android:configChanges="keyboardHidden|orientation" android:theme="@style/StyledIndicators"></activity>
</application>
</manifest>