<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Android Development &#187; TableLayout</title>
	<atom:link href="http://www.droidnova.com/tag/tablelayout/feed" rel="self" type="application/rss+xml" />
	<link>http://www.droidnova.com</link>
	<description>Rapid android development from Berlin</description>
	<lastBuildDate>Wed, 25 Jan 2012 00:00:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Display borders in TableLayout</title>
		<link>http://www.droidnova.com/display-borders-in-tablelayout,112.html</link>
		<comments>http://www.droidnova.com/display-borders-in-tablelayout,112.html#comments</comments>
		<pubDate>Fri, 20 Mar 2009 11:16:16 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[how to]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[layout technique]]></category>
		<category><![CDATA[TableLayout]]></category>

		<guid isPermaLink="false">http://www.droidnova.com/?p=112</guid>
		<description><![CDATA[As the developer guide says that table border lines are not displayed there is only a dirty fix for this problem: Give the TableLayout a background color, give the TableRow another background color and set margin to the TableRow. The amount of the margin is the amount of the &#8220;border&#8221;. Same for each View in [...]]]></description>
		<wfw:commentRss>http://www.droidnova.com/display-borders-in-tablelayout,112.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>TableLayout supports column span</title>
		<link>http://www.droidnova.com/tablelayout-supports-column-span,105.html</link>
		<comments>http://www.droidnova.com/tablelayout-supports-column-span,105.html#comments</comments>
		<pubDate>Fri, 13 Mar 2009 11:10:21 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[how to]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[layout technique]]></category>
		<category><![CDATA[TableLayout]]></category>

		<guid isPermaLink="false">http://www.droidnova.com/?p=105</guid>
		<description><![CDATA[While working on a little game to learn more about Intents, Activity life cycle and other stuff, I used the TableLayout for the first time. I realized that the auto-completion missed the attribute android:layout_span which is referred by the R.attr. The same with android:stretchColumns. As I read some minutes ago, some people still think column [...]]]></description>
		<wfw:commentRss>http://www.droidnova.com/tablelayout-supports-column-span,105.html/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

