<?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; layout technique</title>
	<atom:link href="http://www.droidnova.com/category/layout-techniques/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>Layout technique: Center a TextView with a Button left and right</title>
		<link>http://www.droidnova.com/layout-technique-center-a-textview-with-a-button-left-and-right,626.html</link>
		<comments>http://www.droidnova.com/layout-technique-center-a-textview-with-a-button-left-and-right,626.html#comments</comments>
		<pubDate>Thu, 29 Oct 2009 15:02:03 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[layout technique]]></category>
		<category><![CDATA[how to]]></category>

		<guid isPermaLink="false">http://www.droidnova.com/?p=626</guid>
		<description><![CDATA[While working on an application which should look similar to an iPhone application, I have to create a bar at the top where I have a back and a forward button (each on one side) and a dynamic text centered in the middle between them. To get this done, I searched quite a lot and [...]]]></description>
		<wfw:commentRss>http://www.droidnova.com/layout-technique-center-a-textview-with-a-button-left-and-right,626.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Layout technique: Static elements below ScrollView</title>
		<link>http://www.droidnova.com/layout-technique-static-elements-below-scrollview,123.html</link>
		<comments>http://www.droidnova.com/layout-technique-static-elements-below-scrollview,123.html#comments</comments>
		<pubDate>Tue, 07 Apr 2009 07:32:19 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[layout technique]]></category>
		<category><![CDATA[android]]></category>

		<guid isPermaLink="false">http://www.droidnova.com/?p=123</guid>
		<description><![CDATA[Did you ever want to know how to place an element below a ScrollView which will normally fill the whole screen? This is only possible by a little trick: Using margins. The ScrollView must have positive layout_marginBottom, and the element below the ScrollView must have negative layout_marginTop. Short example: 1 2 3 4 5 6 [...]]]></description>
		<wfw:commentRss>http://www.droidnova.com/layout-technique-static-elements-below-scrollview,123.html/feed</wfw:commentRss>
		<slash:comments>52</slash:comments>
		</item>
	</channel>
</rss>

