/** *j为循环变量 *///第一个参数为ID名,第二个为资源属性是ID或者是Drawable,第三个为包名int txv_id = res.getIdentifier("tab4_text" + j, "id", getPackageName()); TextView t = ((TextView)tab4.findViewById(txv_id));
Android通过循环来findViewById
最新推荐文章于 2024-08-14 18:48:14 发布
/** *j为循环变量 *///第一个参数为ID名,第二个为资源属性是ID或者是Drawable,第三个为包名int txv_id = res.getIdentifier("tab4_text" + j, "id", getPackageName()); TextView t = ((TextView)tab4.findViewById(txv_id));