aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/staticmaps_activity.xml
blob: 3ca336e26c49d77de64191ab57263a000d270a31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical"
    android:padding="4dip"
    tools:context=".StaticMapsActivity" >

    <LinearLayout
        android:id="@+id/maps_list"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:orientation="vertical" >
    </LinearLayout>

</ScrollView>