Skip to content

Latest commit

 

History

History
200 lines (145 loc) · 8.13 KB

README-en.md

File metadata and controls

200 lines (145 loc) · 8.13 KB

XPopup

You can click the Ad Image to buy me a coffee!!!

English | 中文

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!

Feature

  • support Androidx
  • support RTL layout
  • beautiful animation and strong customization
  • you will love it !

ScreenShot

Download Apk

Scan qrcode to download Demo.apk:

如果二维码图片不可见,click to download demo app

Gradle

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'

WIKI

Detailed usage is in wiki,enjoy it:

Proguard

-dontwarn com.lxj.xpopup.widget.**
-keep class com.lxj.xpopup.widget.**{*;}

Who are using XPopup

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:

Buy me a coffee

If this library helped you,you can buy me a coffee. reward list

Contact way

QQ Group:783659607

Gmail: [email protected]

QQ Email: [email protected]

QQ: 16167479

Licenses

 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.