これは、左からどのスペースにあるテキストビューのコードですが、テキストを左揃えにしたいのですが、どうすればよいですか?名前の長さは右から揃えます
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="40dp"
android:background="#000000"
android:orientation="vertical" >
<TextView
android:id="@+id/lblUnabletoProceed"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="150dip"
android:textColor="#FFCC00"
android:text="" />