add tags to lessons in navigation class

Change-Id: Icab52c7aa3069b4cf700a9f2bc84a6d833b48621
This commit is contained in:
Scott Main
2013-05-15 14:38:16 -07:00
parent c92ce29fe5
commit 0c39152fc6
5 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
page.title=Providing Up Navigation
page.tags="up navigation","NavUtils","TaskStackBuilder"
trainingnavtop=true

View File

@@ -1,5 +1,4 @@
page.title=Implementing Effective Navigation
page.tags="viewpager","tasks","back","up","swipe view","DrawerLayout"
trainingnavtop=true
startpage=true

View File

@@ -1,4 +1,5 @@
page.title=Creating Swipe Views with Tabs
page.tags="viewpager","horizontal","paging"
trainingnavtop=true
@@ -297,4 +298,4 @@ adapter) occupy the remaining space inside the {@link android.support.v4.view.Vi
android:paddingBottom="4dp" />
</android.support.v4.view.ViewPager>
</pre>
</pre>

View File

@@ -1,4 +1,5 @@
page.title=Creating a Navigation Drawer
page.tags="DrawerLayout", "navigation"
trainingnavtop=true
@@ -365,4 +366,4 @@ public class MainActivity extends Activity {
</pre>
<p>For a complete example of a navigation drawer, download the sample available at the
<a href="#top">top of the page</a>.</p>
<a href="#top">top of the page</a>.</p>

View File

@@ -1,4 +1,5 @@
page.title=Providing Proper Back Navigation
page.tags="back navigation","NavUtils","TaskStackBuilder"
trainingnavtop=true