blob: 9cd99bdda6d586c92bca39a4f95bcafd055ac73a [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/sectionLocationSearch"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="8dp"
android:layout_marginRight="8dp"
android:orientation="horizontal">
<EditText
android:id="@+id/searchLocationText"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:hint="@string/current_location"
android:imeOptions="actionSearch"
android:inputType="text"
android:textSize="@dimen/text_sz_large" />
<Button
android:id="@+id/searchLocation"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="end"
android:lines="1"
android:text="@string/search_current_location"
android:textSize="@dimen/text_sz_large" />
</LinearLayout>