8b8c7928b2
git-svn-id: https://osmand.googlecode.com/svn/trunk@168 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
9 lines
No EOL
362 B
XML
9 lines
No EOL
362 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="vertical" android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent">
|
|
<ListView android:id="@android:id/list" android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent" ></ListView>
|
|
|
|
|
|
</LinearLayout> |