首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

传递bit地图和去掉SeekBar Background

2012-09-27 
传递bitmap和去掉SeekBar BackgroundIntent intent new Intent(this, NewActivity.class)?intent.putEx

传递bitmap和去掉SeekBar Background

Intent intent = new Intent(this, NewActivity.class);?
intent.putExtra("BitmapImage", bitmap);?


Bitmap bitmap = (Bitmap) intent.getParcelableExtra("BitmapImage");?

?

?

2. 创建一个blank drawable 然后satBar.setProgressDrawable(invisibleBackground);?
? 也许这样也可以setBackgroundDrawable(null)

?

?

热点排行