<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="0dip"
android:layout_height="fill_parent"
android:layout_weight="0.33">
android:id="@+id/MyLayout"
android:orientation="horizontal">
<Button
android:id="@+id/left_buton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:text="Left Menu" />
</LinearLayout>
примеры отправки смс и по почте можно найти в интернете.