README-en.md
<a href="https://tracking.gitads.io/?repo=XPopup"></a>
Powerful,material UI,elegant interaction general popup!can absolutely replace Dialog,PopupWindow,PopupMenu,BottomSheet,DrawerLayout,Spinner. With built-in many beautiful animation,you can custom your UI and logic!
Scan qrcode to download Demo.apk:
如果二维码图片不可见,click to download demo app
First, you need add gradle dependency:
implementation 'com.lxj:xpopup:1.9.0'
Second, you also need these:
//version must >= 26
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:recyclerview-v7:28.0.0'
implementation 'com.android.support:design:28.0.0'
Detailed usage is in wiki,enjoy it:
-dontwarn com.lxj.xpopup.widget.**
-keep class com.lxj.xpopup.widget.**{*;}
I prefer you can click here to provideyour App name,which will give me more passion to maintain this library。
Base on information provided by some friends,they are using Xpopup:
If this library helped you,you can buy me a coffee. reward list
QQ Group:783659607
Gmail: [email protected]
QQ Email: [email protected]
QQ: 16167479
Copyright 2019 li-xiaojun
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.