name of the android:drawable bookmark/favorites icon
android, drawable, icons
Solution
Browsing through the android-8 res folder, I cam across `btn_star_big_off_*.png` and `btn_star_big_on_*.png` with lots of different drawables for different states. You could use that for both adding and removing bookmarks.
Problem
I was browsing through the platforms android-7, android-8 folder of the SDK to find the "official" bookmark/favorites icon, which I want to use in my app. To my surprise I did not find it? Does anybody know the name of it? I would also need the name of the "add favorite/bookmark" and "remove favorite/bookmark" icon. I dont want to design an icon, because my app uses only system icons so far, and I would like to stick to them to maintain a common look and feel across all icons and all API levels...