I need to create paused analog clock. Since I have never done any
graphics/drawing before I am customizing Analogue widget defined in
the core/java/android/widget.

The problem is when I create the class in my project following are the
unresolved references:
mContext
com.android.internal.R
mRight
mLeft
mTop
mBottom

I know the most likely cause is com.android.internal is private and I
need to use public but the problem I do not know what the public
equivalent is. I have tried substituing it with android.R but that
doesn't seem work either.

What should I do?

Thanks.

-- 
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

Reply via email to