Hi to all,
I do this to put a Mapview on Layout.
but I want to do it in the designer (abstract designer) but there is only a Webview.
I want to do this because I want to make diffrent screen size and rotation possible, if I put
the MapView like above on the Layout it is always 62%y but this is not were it should be on a tablet pc.
Maybe someone knows how to do this.
I do this to put a Mapview on Layout.
B4X:
Dim MapView1 As MapView
MapView1.Initialize("")
Activity.AddView(MapView1, 1%x, 62%y, 99%x, 28%y)
but I want to do it in the designer (abstract designer) but there is only a Webview.
I want to do this because I want to make diffrent screen size and rotation possible, if I put
the MapView like above on the Layout it is always 62%y but this is not were it should be on a tablet pc.
Maybe someone knows how to do this.