Skip to content

DanielFengW/DialogDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No releases published

Packages

 
 
 

Contributors

Languages