Comments (1)
Leave a comment
You can log in with your account or comment as a guest below.
email: tips@dealbreaker.com
text: (646) 820-4847
call: (212) 334-1871
all tips are anonymous
You can log in with your account or comment as a guest below.
By WebOsPublisher
android menu icons – Stack Overflow
Stack Exchange
log in
|
careers 2.0
|
chat
|
meta
|
about
|
faq
Stack Overflow
Questions
Tags
Users
Badges
Unanswered
Ask Question
android menu icons
up vote
1
down vote
favorite
1
In my application the menu looks like this
I want to change icons and put + icon for add item the saerch icon for search….
like this
I know that i must put the pictures in drawable folder and use this code
android:icon=”@drawable/icon” /> but Where can i find this icons and download them?
android
share|improve this question
asked
Dec 31 ’11 at 13:29
jonny
1459
78% accept rate
feedback
4 Answers
active
oldest
votes
up vote
2
down vote
accepted
the best Icon Finder Site which i use always to get icons… all the best.
share|improve this answer
answered
Dec 31 ’11 at 14:29
Ankit
3,8251416
feedback
up vote
2
down vote
See this Link
Android Icons
Android Icons
share|improve this answer
answered
Dec 31 ’11 at 13:35
Mercy
794833
feedback
up vote
2
down vote
They can be found in the source. Have a look at this duplicate question.
From that question:
Warning: Because these resources can change between platform versions, you should not reference these icons using the Android platform resource IDs (i.e. menu icons under android.R.drawable).
share|improve this answer
answered
Dec 31 ’11 at 13:38
Nick Nikolaou
196112
feedback
up vote
0
down vote
Actually you don’t need to download them you just use the android drawable :
android:icon=”@android:drawable/ic_menu_add” />
android:icon=”@android:drawable/ic_menu_gallery” />
android:icon=”@android:drawable/ic_menu_search” />
android:icon=”@android:drawable/ic_menu_preferences” />
share|improve this answer
answered
Dec 31 ’11 at 13:38
Rabgs
46719
yes, you need !!! developer.android.com/guide/practices/ui_guidelines/… – Selvin Dec 31 ’11 at 14:45
@Selvin actually I don’t I suggest you read the warning again. This warning is to warn you that you are not controlling your app design by referencing directly android resources but in (many) cases you DON’T want to control your app design you want it to "respect" the theme that the user is currently running . For example a developer running an app compatible 1.6+ is gonna force same icons to all the android version on the other hand referencing android resources will use the current android version icons which I believe to be more ergonomic . – Rabgs Dec 31 ’11 at 15:22
feedback
Your Answer
draft saved
draft discarded
log in
or
Name
Email
required, but never shown
Home Page
discard
By posting your answer, you agree to the
privacy policy and
terms of service.
Not the answer you’re looking for?
Browse other questions tagged android
or ask your own question.
Hello World!
This is a collaboratively edited question and answer site for professional and enthusiast programmers. It’s 100% free, no registration required.
about » faq »
tagged
android × 261474
asked
11 months ago
viewed
1794 times
active
11 months ago
Community Bulletin
blog
Meet the new additions to the Stack Exchange clan
#newsletter-ad
width: 190px;
height: 250px;
overflow: hidden;
background: url(‘cdn.sstatic.net/stackoverflow/img/newsletter-ad.png’);
padding: 0 15px 0 15px;
#newsletter-ad-header
margin-top: 60px;
#newsletter-ad ul
margin: 1em 0 1em 1.5em;
#newsletter-ad ul li
margin-bottom: 5px;
#newsletter-signup-container
text-align: center;
#newsletter-preview-container
margin-top: 10px;
text-align: center;
#newsletter-email-input
width: 200px;
Get the weekly newsletter!
Top questions and answers
Important announcements
Unanswered questions
see an example newsletter
By subscribing, you agree to the
privacy policy and
terms of service.
Linked
Standard Android menu icons, for example refresh
Related
Standard Android menu icons, for example refresh
How to add icons to the android context menu?
Does Android encourage reusing their Menu-Icons? Where to get them all?
Local icons in Android Options Menu stretch to fill menu item, obscure Title
android color menu icons
Icons in menu are smaller than they should be
Android menu icons
Android Icons: Home Screen vs Applications Menu
Open source-friendly Android menu icons?
How to select standard Android menu icons?
Android Menu Bar – Symmetrical Icons
how to show icons in context menu in android
Android New Updated Market App Menu Icons
Customized the icons of Menu items
Is it doable to customize(adding Icons) the expanded menu in android
how to put icons menu on single line on android with xml
Problems with android icons in Menu
android menu icons are not displaying when the api level is above 10
Are there any guidelines to android landing screen menu icons?
Android: where to find xhdpi menu icons?
Using ic_menu* icons from Android SDK
GridView Menu with icons in Android 2.3
Kindle fire menu icons
android 2.3.3 apps menu list icons
Menu item icons no longer display on Android Emulator
question feed
default
about |
faq |
blog |
chat |
data |
legal |
privacy policy |
jobs |
advertising info |
mobile |
contact us
| feedback
■ stackoverflow.com
■ api/apps
■ careers 2.0
■ serverfault.com
■ superuser.com
■ meta
■ area 51
■ webapps
■ gaming
■ ubuntu
■ webmasters
■ cooking
■ game development
■ math
■ photography
■ stats
■ tex
■ english
■ theoretical cs
■ programmers
■ unix
■ apple
■ wordpress
■ physics
■ home improvement
■ gis
■ electrical engineering
■ android
■ security
■ bicycles
■ dba
■ drupal
■ sharepoint
■ scifi $ fantasy
■ user experience
■ skeptics
■ rpg
■ judaism
■ mathematica
rev 2012.12.7.545
site design / logo © 2012 stack exchange inc;
user contributions licensed under cc-wiki with attribution required
Stack Overflow works best with JavaScript enabled