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

2010-09-26 Thread Peter Carpenter
-developers@googlegroups.com [mailto:android-develop...@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

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

2010-09-25 Thread Martin
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

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

2010-09-23 Thread Martin
Developers Subject: [android-developers] Re: Exact Layout that fits a background image Woow this sounds very hard. Is it explained somewhere how to do this, or is there an example? If I create my own layout-class, can I still use the Layout-Editor with eclipse? Greetings, Martin On 21 Sep

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

2010-09-23 Thread Xavier Ducrohet
On Tue, Sep 21, 2010 at 4:51 PM, Peter Carpenter peter.carpen...@skytechnologies.com wrote: It's not hard - just lots of maths Android gives some vague documentation here:   http://developer.android.com/guide/topics/ui/custom-components.html I've provided a sample class that does its own

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

2010-09-21 Thread Martin
Woow this sounds very hard. Is it explained somewhere how to do this, or is there an example? If I create my own layout-class, can I still use the Layout-Editor with eclipse? Greetings, Martin On 21 Sep., 02:10, Peter Carpenter peter.carpen...@skytechnologies.com wrote: You can create your own

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

2010-09-21 Thread Peter Carpenter
- From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of Martin Sent: Wednesday, 22 September 2010 3:56 AM To: Android Developers Subject: [android-developers] Re: Exact Layout that fits a background image Woow this sounds very hard. Is it explained