//java code
Resources res = this.getResources();
String[] arr = res.getStringArray(R.array.colors);
for(int i=0; i
}
//java code
Resources res = this.getResources();
String[] arr = res.getStringArray(R.array.colors);
for(int i=0; i
}
| 评论 |
|
|