[android-developers] Abstract Problem

2010-01-10 Thread Ranxerox
Actually my issue is quite definite, and not by any means critical. I built a custom widget with a layout and a class. For some reason I made the class abstract. Worked fine in the emulator. Cost me a bit of time to figure out why it kept crashing on my G1. Apparently emulator will

[android-developers] TableLayout column alignment emulator vs. G1 1.6

2010-01-10 Thread Ranxerox
I have a TableLayout in a custom widget. On the emulator the columns line up perfectly. On my G1 running 1.6 they don't line up. I should note that the TableRow children don't all have the same number of children (columns). I tried adding extra cells to the shorter rows but that didn't fix it.