Android ---读取dimen值

int bitmapwidth = getResources().getDimensionPixelSize(R.dimen.bird_bitmapwidth_height);

代码中获取字符串
String str=getResources().getString(R.string.hello_world);

你可能感兴趣的:(Android ---读取dimen值)