source of android layouts:
- /frameworks/base/core/res/res/layout folders in the source code
common layout objects
see: http://developer.android.com/guide/topics/ui/layout-objects.html
to hide the title bar:
in AndroidManifest.xml, use Theme.NoTitleBar:
<application android:icon="@drawable/icon"
android:theme="@android:style/Theme.NoTitleBar">