UI Android

package app.test;
import android.app.Activity;
import android.os.Bundle;
public class Test extends Activity {
  @Override
  public void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    setContentView(R.layout.main);
    
  }
}
//main.xml

android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:stretchColumns="1"
>








android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="Save"
/>