Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DialogDemo

Simple dialog for Android with simple style,and it is also simpe to use.

How to use

    JzbDialog dialog = new JzbDialog();
    dialog.setContext(this)
            .setContentView(R.layout.new_recruit_dialog)
            .setPositiveButton(this)
            .setNegativeButton(this)
            .show();

What looks like

image image image image

About

Simple dialog for Android with simple style,and it is also simpe to use.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages