]> gitweb.fperrin.net Git - Dictionary.git/blob - res/layout/main.xml
4c08a5546d5da75f0112eebc2a961a42c80b3aee
[Dictionary.git] / res / layout / main.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     android:orientation="vertical"
4     android:layout_width="fill_parent"
5     android:layout_height="fill_parent"
6     >
7
8 <EditText android:layout_width="fill_parent" android:layout_height="wrap_content" android:id="@+id/SearchText" android:hint="Search Text"></EditText>
9
10 <ListView android:layout_width="wrap_content" android:layout_height="fill_parent" android:id="@+id/SearchResults" android:choiceMode="singleChoice"></ListView>
11 </LinearLayout>