TextEdit, Spinner , , , , RelativeLayout. , ( API- ), , , - , .
, - :
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#0B3B0B">
...
<Spinner
android:id="@+id/spinnerToMatch"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:id="@+id/spnAction"/>
...
<EditText
android:id="@+id/simNo"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_below="@+id/spinnerToMatch"
android:layout_alignLeft="@+id/spinnerToMatch"
android:layout_alignRight="@+id/spinnerToMatch"
android:singleLine="true"
android:inputType="text"
android:textSize="15sp"
android:padding="5dip"
android:background="#FFFFFF"/>
....
</RelativeLayout>
android:layout_alignLeft="" android:layout_alignRight="" , EditText Spinner, (, 0dp).
LinearLayouts ( Abdul Mohsin), , .
, .