Sunday, September 26, 2010

RE: [android-developers] Re: Exact Layout that fits a background image

Ah, they'd be my own classes but they're irrelevant for this example.

Replace ApcEditText with EditText, remove TableComponent from the constructor parameters (it's not referenced), and only pass 'context' into the constructor of your EditText.

Peter.

-----Original Message-----
From: android-developers@googlegroups.com [mailto:android-developers@googlegroups.com] On Behalf Of Martin
Sent: Sunday, 26 September 2010 6:23 AM
To: Android Developers
Subject: [android-developers] Re: Exact Layout that fits a background image

On 22 Sep., 01:51, Peter Carpenter
<peter.carpen...@skytechnologies.com> wrote:
>         ApcEditText editText;
...
>         public DataViewController(Context context, TableComponent tc)

Just a question: What is ApcEditText and TableComponent?
I do not have these classes in my Android Standard Library.

Greetings, Martin

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment