<? XML version = "1.0" encoding = "UTF-8"?>
<Relativelayout xmlns: Android = "http://schemas.android.com/apk/res/android"
Android: layout_width = "match_parent"
Android: layout_height = "match_parent">
<Textview
Android: Id = "@ + ID/numbertv"
Android: layout_width = "80dp"
Android: layout_height = "wrap_content"
Android: text = "@ string/number"/>
<Edittext
Android: Id = "@ + ID/numberet"
Android: layout_width = "fill_parent"
Android: layout_height = "wrap_content"
Android: layout_torightof = "@ ID/numbertv"
Android: inputtype = "phone"/>
<Textview
Android: Id = "@ + ID/contenttv"
Android: layout_width = "80dp"
Android: layout_height = "wrap_content"
Android: layout_below = "@ ID/numberet"
Android: text = "@ string/content"/>
<Edittext
Android: Id = "@ + ID/contentet"
Android: layout_width = "fill_parent"
Android: layout_height = "wrap_content"
Android: layout_alignleft = "@ + ID/numberet"
Android: layout_alignparentright = "true"
Android: layout_aligntop = "@ + ID/contenttv"
Android: EMS = "10"
Android: inputtype = "textmultiline"
Android: lines = "3"/>
<Button
Android: layout_width = "wrap_content"
Android: layout_height = "wrap_content"
Android: layout_alignparentright = "true"
Android: layout_below = "@ + ID/contentet"
Android: onclick = "onclick"
Android: text = "@ string/Send"/>
</Relativelayout>
: