|
@@ -14,24 +14,28 @@
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<LinearLayout
|
|
|
+ android:id="@+id/searchHospitalLayout"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
android:layout_marginRight="8dp"
|
|
|
android:background="@drawable/shape_item">
|
|
|
- <Spinner
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tvHospital"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="35dp"
|
|
|
- android:spinnerMode="dropdown"
|
|
|
- android:overlapAnchor="false"/>
|
|
|
+ android:textSize="16sp"
|
|
|
+ android:textColor="@color/black" />
|
|
|
</LinearLayout>
|
|
|
<LinearLayout
|
|
|
+ android:id="@+id/searchDeptLayout"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
android:layout_marginLeft="8dp"
|
|
|
android:background="@drawable/shape_item">
|
|
|
<Spinner
|
|
|
+ android:id="@+id/searchDeptSpinner"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="35dp"
|
|
|
android:spinnerMode="dropdown"
|