]> gitweb.fperrin.net Git - Dictionary.git/blob - res/layout/dictionary_search_view.xml
62fcb181993cde2e8a1c850c8727ee90fb6e1cd0
[Dictionary.git] / res / layout / dictionary_search_view.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     xmlns:tools="http://schemas.android.com/tools"
4     android:layout_width="fill_parent"
5     android:layout_height="fill_parent"
6     android:orientation="horizontal" >
7
8     <EditText
9         android:id="@+id/SearchText"
10         android:layout_width="0dip"
11         android:layout_height="wrap_content"
12         android:layout_weight="1.0"
13         android:hint="@string/searchText"
14         android:imeOptions="actionSearch|flagNoEnterAction|flagNoExtractUi"
15         android:inputType="text" />
16
17 </LinearLayout>