- add compass
- add 'fix orientation' option - bugfix segv in limitLoadQueue - remove redundant MapController - refactor out Location stuff from TileMap
This commit is contained in:
@@ -3,25 +3,24 @@
|
||||
android:id="@+id/mainView"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:windowActionBarOverlay="true"
|
||||
>
|
||||
android:windowActionBarOverlay="true" >
|
||||
|
||||
<org.mapsforge.android.MapView
|
||||
android:id="@+id/mapView"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent" />
|
||||
|
||||
<!-- <ToggleButton
|
||||
<ToggleButton
|
||||
android:id="@+id/snapToLocationView"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_marginRight="10dip"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_marginBottom="10dip"
|
||||
android:layout_marginRight="10dip"
|
||||
android:background="@drawable/snap_to_position"
|
||||
android:textOff=""
|
||||
android:textOn=""
|
||||
android:visibility="gone" />-->
|
||||
android:visibility="gone" />
|
||||
|
||||
</RelativeLayout>
|
||||
Reference in New Issue
Block a user