Android get system icon programmatically
Just do it
Drawable img = res.getDrawable(android.R.drawable.cursor);
For API 22 and above have a look at: https://stackoverflow.com/a/29146895/1306012
Just do it
Drawable img = res.getDrawable(android.R.drawable.cursor);
For API 22 and above have a look at: https://stackoverflow.com/a/29146895/1306012