如何使用锚点设置popupwindow背景

时间:2013-11-13 01:50:04

标签: android popupwindow

我正在尝试使用这样的锚点(箭头)创建PopupWindow

enter image description here

我有一张背景popup_bg的图片,如下所示:

enter image description here

现在我尝试设置弹出窗口布局的背景:

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                android:background="@drawable/popup_bg">

    <TextView
        android:id="@+id/popText"
        android:text="@string/map_choose_point"
        android:layout_height="wrap_content"
        android:layout_width="wrap_content"/>
</RelativeLayout>

但我得到了这个:

enter image description here

如何解决?

1 个答案:

答案 0 :(得分:2)

尝试以下示例

1) SuperTooltips

2) ShowcaseView

从第一个链接示例看起来如下图像

enter image description here