Cannot access android.R.drawable.timepicker_input

Posted by Andrea on Stack Overflow See other posts from Stack Overflow or by Andrea
Published on 2010-04-01T15:51:44Z Indexed on 2010/04/01 15:53 UTC
Read the original article Hit count: 392

Filed under:
|

Hello there i'm trying to write a layout similar to the timepicker widget layout.

So i decided to use the android framework layouts but i can't use them It seems that if i write android.R.drawable.timepicker_input or other timepicker related drawables i get them this Eclipse error:

android.R.drawable.timepicker_up_btn cannot be resolved

So i tried to import all the pngs and xml from the android source but eclipse says there is an error in the manifest regarding the icon.

Ideas?

© Stack Overflow or respective owner

Related posts about android

Related posts about android-sdk