]> gitweb.fperrin.net Git - Dictionary.git/blob - res/layout/dictionary_manager_activity.xml
790f7f8a3471f8497592ea0d35582a59e3a135d1
[Dictionary.git] / res / layout / dictionary_manager_activity.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="vertical" >
7
8     <ListView
9         android:id="@id/android:list"
10         android:layout_width="fill_parent"
11         android:layout_height="fill_parent"
12         android:choiceMode="singleChoice"
13         android:clickable="true"
14         android:fastScrollEnabled="true"
15         android:focusable="true"
16         android:focusableInTouchMode="true" />
17
18 </LinearLayout>