am 0c39152f: add tags to lessons in navigation class

* commit '0c39152fc6847c8332aed46fd944579806d583df':
  add tags to lessons in navigation class
This commit is contained in:
Scott Main
2013-05-15 14:47:44 -07:00
committed by Android Git Automerger
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