|
@ -268,9 +268,7 @@ public class PrivateZhuangInfoActivity extends Activity implements View.OnClickL
|
268
|
268
|
|
269
|
269
|
tempFile = getFile(PHOTO_FILE_PATH + "/" + PHOTO_FILE_NAME);
|
270
|
270
|
Res.init(this);
|
271
|
|
bimap = BitmapFactory.decodeResource(
|
272
|
|
getResources(),
|
273
|
|
R.drawable.addpic65);
|
|
271
|
bimap = BitmapFactory.decodeResource(getResources(), R.drawable.addpic65);
|
274
|
272
|
PublicWay.activityList.add(this);
|
275
|
273
|
setContentView(R.layout.activity_private_zhuang_info);
|
276
|
274
|
BarColorUtil.initStatusBarColor(PrivateZhuangInfoActivity.this);
|