2

我需要在这样的弹出窗口中实现地图

在此处输入图像描述

到目前为止,我已经完成了以下工作:

  1. 使用按钮创建一个主要活动。
  2. 单击按钮后,我启动了另一个活动,它是 MapsActivity 的子类。
  3. 由于地图只能在 MapActivity 中创建,因此我应用了 Android Dialog 主题以使
    Activity 看起来像一个对话框。

    但我仍然无法在按钮下正确定位活动。另外,我怎样才能有一个像结构一样的标注?

4

1 回答 1

1

use RelativeView. It will allow you to define size and make the position relative to right and upper border. you can also add paddings for the space in between.

于 2012-09-24T02:09:33.517 回答