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

设立内存卡资源图片

2013-03-21 
设置内存卡资源图片?String imageDir Environment.getExternalStorageDirectory().getPath() + /theme/

设置内存卡资源图片

?String imageDir = Environment.getExternalStorageDirectory().getPath() + "/theme/";
??????????????????? mTextViewAppUpload.setTextColor(getResources().getColor(R.color.white));
??????????????????? mTextViewAppUpdate.setTextColor(getResources().getColor(R.color.white));
???????????????????
??????????????????? head_bgView.setBackgroundDrawable(Drawable.createFromPath(imageDir + "index_head_bj.png"));
???????????????????
??????????????????? lineIV.setImageDrawable(Drawable.createFromPath(imageDir + "user_line.png"));
??????????????????? iv_back.setImageDrawable(Drawable.createFromPath(imageDir + "second_logo_selected.png"));
??????????????????? headShortcutIcon.setImageDrawable(Drawable.createFromPath(imageDir + "head_arrow.png"));

热点排行