Created
November 17, 2013 10:23
-
-
Save xxxzhi/7511652 to your computer and use it in GitHub Desktop.
android obtain the drawable array 。
android 获取资源数组
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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