[android-developers] Multiple layouts

2011-11-20 Thread Stephen Lebed
Hi, I'm trying to add support for a layout for the Samsung Galaxy Tab 7 device. I can't seem to find a way to specify a layout config that it will pull the layout xml from. It keeps using the resource from the Normal screen/High Density folder, which makes sense, but the layout is small and

Re: [android-developers] Multiple layouts

2011-11-20 Thread Kostya Vasilyev
Assuming you mean the original Galaxy Tab P1000. According to Samsung, it is a -large device, so using res/layout-large, or perhaps values-large/dimen.xml should work. Those new resource qualifiers are new with 3.2, and it's a runtime version requirement. Layouts scaled to a portion of the

[android-developers] Multiple Layouts in a ListView

2009-11-05 Thread Loki117
Hey Guys, I am looking for some help around ListViews. I would like to use a ListView to hold a number of rows of data however in between some of these rows of data may appear a header indicating a new section of data types. Can someone tell me have they implemented a ListView that uses multiple

Re: [android-developers] Multiple Layouts in a ListView

2009-11-05 Thread Mark Murphy
I am looking for some help around ListViews. I would like to use a ListView to hold a number of rows of data however in between some of these rows of data may appear a header indicating a new section of data types. Can someone tell me have they implemented a ListView that uses multiple layout