BottomDialog
中文版
BottomDialog is a bottom dialog layout implemented with DialogFragment,And supports pop-up animation, support any layout
Preview
Import
Maven
me.shaohui
bottomdialog
1.1.9
pom
or Gradle
compile 'me.shaohui:bottomdialog:1.1.9'
Uasge
You can use BottomDialog in two different ways :
1.Use directly BottomDialog
A simple three lines of code can be done:
BottomDialog.create(getSupportFragmentManager())
.setLayoutRes(R.layout.dialog_layout) // dialog la
评论0
最新资源