[android-beginners] Two listViews with static data in one .xml file

2008-10-03 Thread Kah0ona
Hello, I have an xml file with a layout, and in there i want to have 2 lists, one left, and one right. It is for scores for a game, left listview should display a list of scores for player1, and right listview a list of scores for player2 so to say. How should i build this? How can i fill it wit

[android-beginners] Re: layout_width="wrap_parent" in GridView does not work as I expect

2008-09-26 Thread Kah0ona
hm that didn't work... I kind of refuse to use a hardcoded width, which works, but is sub-optimal... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to andr

[android-beginners] layout_width="wrap_parent" in GridView does not work as I expect

2008-09-26 Thread Kah0ona
Hello, Not entirely sure if such questions belong here, but anyways. I have a simple main.xml file with a GridView inside a LinearLayout (orientation=vertical). The GridView has numColumns specified at 3 and there are exactly 9 objects in the grid, creating a 3x3 matrix, where each columnWidth i

[android-beginners] Re: R cannot be resolved

2008-09-23 Thread Kah0ona
Yes, I got the same problem. Also just downloaded the Android SDK and ADT, working in Eclipse 3.2... The R.java file isn't generated appearantly... Any ideas? On Sep 23, 7:27 pm, agrawalswap <[EMAIL PROTECTED]> wrote: > Hi, > > I just d/l the Android sdk and ADT. > I created a new android projec

[android-beginners] Re: R cannot be resolved

2008-09-23 Thread Kah0ona
I have exactly the same problem. Also just downloaded it today, as you did appearantly. The R.java file is not (re)generated... On Sep 23, 7:27 pm, agrawalswap <[EMAIL PROTECTED]> wrote: > Hi, > > I just d/l the Android sdk and ADT. > I created a new android project in eclipse as per documentatio