Last active
August 29, 2015 14:03
-
-
Save akbarsha03/2e93a9f47aa38df64e24 to your computer and use it in GitHub Desktop.
This is how to create the table in JavaDoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The type of navigation to use. | |
<p>Must be one of the following constant values.</p> | |
<table> | |
<colgroup align="left" /> | |
<colgroup align="left" /> | |
<colgroup align="left" /> | |
<tr><th>Constant</th><th>Value</th><th>Description</th></tr> | |
<tr><td><code>normal</code></td><td>0</td><td> Normal static title text </td></tr> | |
<tr><td><code>listMode</code></td><td>1</td><td> The action bar will use a selection list for navigation. </td></tr> | |
<tr><td><code>tabMode</code></td><td>2</td><td> The action bar will use a series of horizontal tabs for navigation. </td></tr> | |
</table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment