Back to project page dttv-android.
The source code is released under:
GNU General Public License
If you think the Android project dttv-android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package dttv.app.view; /*from w ww. j ava2s. co m*/ import android.app.Dialog; import android.content.Context; public class SimpleDialog extends Dialog { public SimpleDialog(Context context) { super(context); // TODO Auto-generated constructor stub } public static class Builder{ } }