nativeDroid is basically a theme for jQuery Mobile so you can use any functionality provided by jQM but for a better looking design there are a few tweaks to respect:
data-theme='b'
data-inset='true|false'
parameter is not working in nativeDroid. Use the wrapping <div class='inset'>
-Tag instead.data-role='header'
only in combination with data-position='fixed'
and data-tap-toggle='false'
and specificly apply the data-theme='b'
to link elements inside the header.(css/jquerymobile.css)
.data-role='footer'
is not yet designed. Use them with cause.