try the following:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" android:gravity="center_horizontal" android:background="@drawable/background"></LinearLayout>
background is a .png file. with borders circle it with Nine9Patch.
Hope this helps
source share