PopMenu

在github上面看到popupwindow实现的任意位置显示带三角形的弹框文字提示, 但是没有选项弹框的功能,所以在tooltip这个项目的基础上实现选择的popupwindow弹框。
popmenu的链接:https://github.com/harrycoder/PopMenu
tooltip的链接:https://github.com/ViHtarb/Tooltip

Getting started

Gradle

allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
dependencies {
    compile 'com.github.harrycoder:PopMenu:v1.0'
}