Issue
In Android JellyBeans we have a feature that allows user to call back or send a text message to the number that we've missed.
What is the ID of Message
icon resource ?
Solution
You can find all platform specific resources in android\sdk\platform\android-{version}\data. There are all resource folders like "drawable-hdpi" with icon and drawable resources. After you find needed icon, you can get it programmatically "android.R.drawable.icon_name"
Answered By - Veaceslav Gaidarji
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.