0

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. enter image description here 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.

Basit
  • 1,830
  • 2
  • 31
  • 50

1 Answers1

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