I'm trying to find a specific icon from the android.R.class
. Specifically the check underline used in gmail notifications. I've tried opening the R.class
but it doesn't preview the icons on the left.
Is there a way to view all the icon images instead of using them one by one like this?
CodePudding user response:
You can preview the icons inside your Android SDK
Something like Android SDK/platforms/android-X/data/res/drawable-hdpi/
Here is a previous answer that should work the last one is the best.