Skip to content

Instantly share code, notes, and snippets.

@xxxzhi
Created November 17, 2013 10:23
Show Gist options
  • Save xxxzhi/7511652 to your computer and use it in GitHub Desktop.
Save xxxzhi/7511652 to your computer and use it in GitHub Desktop.
android obtain the drawable array 。 android 获取资源数组
TypedArray array = resources.obtainTypedArray(R.array.share_str);
Drawable drawable = array.getDrawable(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment