Hi all,
I'm trying to do a little customization on Android like this.
I've put an icon: ic_menu_notify.png in /android_2.3.3/frameworks/base/
core/res/res/drawable-hdpi/ic_menu_notify.png
Rebuild Android source, burn to device, then try to use this icon in a
application:
loading as: android.R.drawable.ic_menu_notify
but it fails while compiling...
Regular, the supported icons like ic_menu_preferences,
ic_menu_camera... load as fine but why do I get error when compiling?
vendor/petehouston/apps/XHome/src/com/pete/mobile/xhome/
CameraLoad.java:3278: cannot find symbol
symbol : variable ic_menu_notifications
location: class android.R.drawable
.setIcon(android.R.drawable.ic_menu_notifications)
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en