public class XDatePickDialog extends DatePickerDialog {public XDatePickDialog(Context context, OnDateSetListener callBack,int year, int monthOfYear, int dayOfMonth) {super(context, callBack, year, monthOfYear, dayOfMonth);}public XDatePickDialog(Context context, int theme,OnDateSetListener callBack, int year, int monthOfYear,int dayOfMonth) {super(context, theme, callBack, year, monthOfYear, dayOfMonth);}@Overrideprotected void onStop() {// TODO Auto-generated method stub// super.onStop();//注释掉}}


注释掉

// super.onStop();

更多相关文章

  1. IllegalStateException,PatternSyntaxException,Android studio 注
  2. Android studio中新建类时自动生成注释的设置
  3. Android系统配置数据库注释(settings.db)
  4. 参考注释郭霖老师的Android相机程序
  5. Android 初学入门代码注释 学习笔记001 16.03.18
  6. Android Manifest之元素中文注释
  7. Android Studio(六):Android Studio添加注释模板
  8. android Android build.gradle 配置注释
  9. C语言注释详解

随机推荐

  1. Android中关于startActivityForResult()
  2. android UDP广播、组播
  3. Android(安卓)NDK开发动态加载so示例源码
  4. Android中显示照片的Exif信息
  5. android启动过程
  6. Android(安卓)Studio 连接夜神模拟器
  7. Android--布局方式(LinearLayout)学习
  8. Unity3D导出为android程序invokation fai
  9. Android下USB框架
  10. [置顶] android IPC通信(下)-AIDL