ec0f5747bb
git-svn-id: https://osmand.googlecode.com/svn/trunk@104 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
10 lines
No EOL
409 B
XML
10 lines
No EOL
409 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- This file is at /res/layout/list.xml -->
|
|
<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> |