]> gitweb.fperrin.net Git - Dictionary.git/blob - select_dictionary_dialog.xml
b73deb816604d33745d45bda49a74d2b9ad8d8ee
[Dictionary.git] / select_dictionary_dialog.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 </LinearLayout>