Okay, this may seem like a silly question to you but I want to have icons inside EditText fields in an activity in Android for a login/registration form.
I want to ask whether I could find official Android icons for this purpose? I've already browsed
\sdk\platforms\<api-version>\data\res\drawable-hdpi
folders but was unable to find those icons. Maybe is it me or should there be a well-defined documentation available for at least common icons like the ones I require. Thank you in advnace.
Asked
Active
Viewed 2,889 times
0

Basit
- 1,830
- 2
- 31
- 50
1 Answers
1
There are some common Android assets at the Android Design website. You probably would like the "Action Bar Action Pack" which is previewed here.

Nick Fortescue
- 43,045
- 26
- 106
- 134
-
I did download and went through the Action bar icon pack from Android but the icons I require (name, username/email, password) were not in there and after extensive search in the various API versions of the SDK, I can't seem to find them there, either. – Basit Jul 22 '14 at 16:28