]> gitweb.fperrin.net Git - Dictionary.git/blob - res/layout/list_activity.xml
662942eb80696c76f2925e728266b0561d55d7e0
[Dictionary.git] / res / layout / list_activity.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <LinearLayout 
4         xmlns:android="http://schemas.android.com/apk/res/android"
5         android:orientation="vertical" android:layout_width="fill_parent"
6         android:layout_height="fill_parent">
7
8         <ListView 
9                 android:id="@id/android:list" 
10                 android:layout_width="fill_parent"
11                 android:layout_height="0dip" 
12                 android:choiceMode="singleChoice"
13                 android:clickable="true" 
14                 android:focusable="true"
15     android:layout_weight="1.0"
16     />
17
18    <TextView 
19      android:id="@+id/DictionaryListHeader"
20      android:hint="@string/selectADictionary"
21      android:layout_width="fill_parent"
22      android:layout_height="wrap_content" 
23      android:imeOptions="actionSearch|flagNoEnterAction|flagNoExtractUi"
24      android:inputType="text"/>
25
26 </LinearLayout>