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

全部博文(182)

文章存档

2019年(1)

2016年(5)

2015年(29)

2014年(38)

2013年(21)

2012年(36)

2011年(52)

我的朋友

发布时间: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.........【阅读全文】

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

发布时间:2013-02-21 16:59:05

 thats a Bug in 2.1, 2.2A possible workaround could be:ImageView rocketImage = (ImageView) layout.findViewById(R.id.animation); rocketImage.setBackgroundResource(R.drawable.progress_blue_animation); rocketAnimation = (AnimationDrawable) rocketImage.getBackground.........【阅读全文】

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

发布时间:2011-10-10 14:21:55

......【阅读全文】

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

登录 注册