https://github.com/aiceking/listpopwindow
包含ListView的PopupWindow,支持自适应宽度和全屏,一行代码调用
https://github.com/aiceking/listpopwindow
listview popupwindow width
Last synced: 8 months ago
JSON representation
包含ListView的PopupWindow,支持自适应宽度和全屏,一行代码调用
- Host: GitHub
- URL: https://github.com/aiceking/listpopwindow
- Owner: aiceking
- Created: 2017-11-03T03:44:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-06T10:18:09.000Z (over 7 years ago)
- Last Synced: 2025-01-21T12:47:09.742Z (about 1 year ago)
- Topics: listview, popupwindow, width
- Language: Java
- Homepage:
- Size: 225 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ListPopWindow
[](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'
}