Chinaunix首页 | 论坛 | 博客
  • 博客访问: 860844
  • 博文数量: 182
  • 博客积分: 1992
  • 博客等级: 上尉
  • 技术积分: 1766
  • 用 户 组: 普通用户
  • 注册时间: 2010-10-18 11:49
文章分类

全部博文(182)

文章存档

2019年(1)

2016年(5)

2015年(29)

2014年(38)

2013年(21)

2012年(36)

2011年(52)

我的朋友

发布时间:2013-10-09 18:34:10

InputMethodManager imm = (InputMethodManager)getSystemService( Context.INPUT_METHOD_SERVICE); imm.hideSoftInputFromWindow(myEditText.getWindowToken(), 0);......【阅读全文】

阅读(544) | 评论(0) | 转发(0)

发布时间:2013-09-17 11:42:00

转http://blog.csdn.net/lquanshui/article/details/8235824java.lang.IllegalArgumentException: Cannot draw recycled bitmapsat android.view.GLES20Canvas.drawBitmap(GLES20Canvas.java:778)at android.view.GLES20RecordingCanvas.drawBitmap(GLES20RecordingCanvas.java:117)at android.graphics.drawable.Bitmap.........【阅读全文】

阅读(5426) | 评论(0) | 转发(0)

发布时间:2013-08-28 11:38:51

1 - In the onCreate method,this.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN);2 - Also in the onCreate method,InputMethodManager imm = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE); imm.hideSoftInputFromWindow(editText.getWindow.........【阅读全文】

阅读(1866) | 评论(0) | 转发(0)

发布时间:2013-08-08 13:41:26

How to Repair GRUB2 When Ubuntu Won’t Boothttp://www.howtogeek.com/114884/how-to-repair-grub2-when-ubuntu-wont-boot/Ubuntu and many other Linux distributions use the GRUB2 boot loader. If GRUB2 breaks — for example, if you install Windows after installing Ubuntu or overwrite your .........【阅读全文】

阅读(850) | 评论(0) | 转发(0)

发布时间:2013-07-26 12:50:53

点击(此处)折叠或打开TextView t;    Animation a;    //ObjectAnimator anim;    AnimatorSet set = new AnimatorSet();    @Override.........【阅读全文】

阅读(1015) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册