bugfix
git-svn-id: https://osmand.googlecode.com/svn/trunk@528 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
This commit is contained in:
parent
173815a3d7
commit
66c6aceb80
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@
|
|||
<TextView android:id="@+id/Label" android:layout_width="fill_parent" android:layout_height="wrap_content" android:gravity="center" android:text="@string/select_index_file_to_download"></TextView>
|
||||
|
||||
<ListView android:id="@android:id/list" android:layout_width="fill_parent" android:layout_height="fill_parent"
|
||||
android:layout_marginLeft="3dp" android:layout_marginTop="3dp" android:layout_marginRight="3dp"></ListView>
|
||||
android:layout_marginLeft="3dp" android:layout_marginTop="3dp" android:layout_marginRight="3dp" android:fastScrollEnabled="true"></ListView>
|
||||
</LinearLayout>
|
||||
|
|
Loading…
Reference in a new issue