aprsdroid/mapview.xml.tpl

24 wiersze
638 B
Smarty

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<com.google.android.maps.MapView
android:id="@+id/mapview"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:clickable="true"
android:apiKey="@apiKey@"
/>
<ProgressBar
style="@android:style/Widget.ProgressBar.Large.Inverse"
android:id="@+id/loading"
android:padding="10sp"
android:layout_width="76dip"
android:layout_height="76dip"
android:gravity="right|top"
android:indeterminate="true"
/>
</FrameLayout>