An open API service indexing awesome lists of open source software.

https://github.com/aiceking/listpopwindow

包含ListView的PopupWindow,支持自适应宽度和全屏,一行代码调用
https://github.com/aiceking/listpopwindow

listview popupwindow width

Last synced: 8 months ago
JSON representation

包含ListView的PopupWindow,支持自适应宽度和全屏,一行代码调用

Awesome Lists containing this project

README

          

# ListPopWindow
[![](https://jitpack.io/v/NoEndToLF/ListPopWindow.svg)](https://jitpack.io/#NoEndToLF/ListPopWindow)

Step 1. Add it in your root build.gradle at the end of repositories:

allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Step 2. Add the dependency

dependencies {
compile 'com.github.NoEndToLF:ListPopWindow:1.1.1'
}