Skip to content

Commit

Permalink
front: Add item to main menu to preview v3 concepts.
Browse files Browse the repository at this point in the history
  • Loading branch information
littleguy77 committed Dec 1, 2013
1 parent 9390858 commit 7695d5e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions res/xml/preferences.xml
Expand Up @@ -451,4 +451,17 @@
android:key="actionAbout"
android:title="@string/actionAbout_title" />

<PreferenceScreen
android:icon="@drawable/ic_debug"
android:key="screenConcepts"
android:summary="Version 3.0 prototypes"
android:title="Concepts" >
<Preference
android:icon="@drawable/ic_picture"
android:key="screenGallery"
android:title="Basic gallery" >
<intent android:action=".GalleryActivity" />
</Preference>
</PreferenceScreen>

</PreferenceScreen>

0 comments on commit 7695d5e

Please sign in to comment.