Skip to content

Instantly share code, notes, and snippets.

@akbarsha03
Last active August 29, 2015 14:03
Show Gist options
  • Save akbarsha03/2e93a9f47aa38df64e24 to your computer and use it in GitHub Desktop.
Save akbarsha03/2e93a9f47aa38df64e24 to your computer and use it in GitHub Desktop.
This is how to create the table in JavaDoc
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