On 19 May 2011 23:08, mikedrmfs <[email protected]> wrote: > In a very simple menu the drawable @android:drawable/ic_media_stop > doesn''t work and @android:drawable/ic_media_pause does. > > I get problem > [2011-05-19 14:04:52 - Twitter Update] W/ResourceType( 7852): Bad XML > block: header size 151 or total size 0 is larger than data size 0 > [2011-05-19 14:04:52 - Twitter Update] M:\Development\Eclipse_Java > \eclipse\Workapace\Twitter Update\res\menu\menu.xml:6: error: Error: > No resource found that matches the given name (at 'icon' with value > '@android:drawable/ic_media_stop'). > > Both of them are in > M:\Program Files\Android\android-sdk\platforms\android-8\data\res > \drawable-mdpi >
You should copy drawables to your app's res folder. Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance... WebnetMobile on *Facebook <http://webnetmobile.com/fb/>* and *Twitter<http://webnetmobile.com/twitter/> * -- 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

