All Projects → AriesHoo → UIPopupMenu

AriesHoo / UIPopupMenu

Licence: other
一个自定义popupMenu效果,基于PopupWindow+LinearLayout实现,默认为QQ效果,支持icon、文字、文字颜色、文字单位、是否可点击等属性设置,并支持自定义背景

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to UIPopupMenu

ace-popup-menu
Replace GUI popup menu in Emacs with something more efficient
Stars: ✭ 78 (+239.13%)
Mutual labels:  popup-menu
SHPopup
A lightweight library for popup view
Stars: ✭ 36 (+56.52%)
Mutual labels:  popup-menu
Xpopup
🔥XPopup2.0版本重磅来袭,2倍以上性能提升,带来可观的动画性能优化和交互细节的提升!!!功能强大,交互优雅,动画丝滑的通用弹窗!可以替代Dialog,PopupWindow,PopupMenu,BottomSheet,DrawerLayout,Spinner等组件,自带十几种效果良好的动画, 支持完全的UI和动画自定义!(Powerful and Beautiful Popup for Android,can absolutely replace Dialog,PopupWindow,PopupMenu,BottomSheet,DrawerLayout,Spinner. With built-in animators , very easy to custom popup v…
Stars: ✭ 6,106 (+26447.83%)
Mutual labels:  popup-menu
Basepopup
Android下打造通用便捷的PopupWindow弹窗库
Stars: ✭ 4,603 (+19913.04%)
Mutual labels:  popup-menu

UIPopupMenu


一、简介:

一个自定义popupMenu效果,基于PopupWindow+LinearLayout实现,默认为QQ效果,支持icon、文字、文字颜色、文字单位、是否可点击等属性设置,并支持自定义背景

1.1 Gradle集成

allprojects {
    repositories {
        ...
        maven { url "https://jitpack.io" }
    }
}
dependencies {
     compile 'com.github.AriesHoo:UIPopupMenu:1.0.0'
}

二、截图预览

仿qq效果

自定义背景

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].