Android layout

Archived

This page has been archived and will receive no further updates.

source of android layouts:

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">