<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Android Layout Tricks #1</title>
	<atom:link href="http://www.curious-creature.org/2009/02/22/android-layout-tricks-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.curious-creature.org/2009/02/22/android-layout-tricks-1/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 09:31:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Fabian</title>
		<link>http://www.curious-creature.org/2009/02/22/android-layout-tricks-1/comment-page-1/#comment-4657</link>
		<dc:creator>Fabian</dc:creator>
		<pubDate>Sat, 06 Nov 2010 15:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/?p=602#comment-4657</guid>
		<description>Thank you for your helpful post.
I have been trying to create a custom ListView layout for a long time now, but always struggled with simple problems. Thanks to you, I now redesigned my layout and now everything works well - THANK YOU!</description>
		<content:encoded><![CDATA[<p>Thank you for your helpful post.<br />
I have been trying to create a custom ListView layout for a long time now, but always struggled with simple problems. Thanks to you, I now redesigned my layout and now everything works well &#8211; THANK YOU!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.curious-creature.org/2009/02/22/android-layout-tricks-1/comment-page-1/#comment-4059</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Tue, 24 Aug 2010 15:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/?p=602#comment-4059</guid>
		<description>Ah! Yes. Thanks Michael T. That was the trick!</description>
		<content:encoded><![CDATA[<p>Ah! Yes. Thanks Michael T. That was the trick!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Büthe</title>
		<link>http://www.curious-creature.org/2009/02/22/android-layout-tricks-1/comment-page-1/#comment-4032</link>
		<dc:creator>Tim Büthe</dc:creator>
		<pubDate>Thu, 19 Aug 2010 10:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/?p=602#comment-4032</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael T.</title>
		<link>http://www.curious-creature.org/2009/02/22/android-layout-tricks-1/comment-page-1/#comment-3685</link>
		<dc:creator>Michael T.</dc:creator>
		<pubDate>Wed, 02 Jun 2010 20:50:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/?p=602#comment-3685</guid>
		<description>To those with problems with lines not appearing, I had to change the way I was inflating the layout in my Adapter.

from: myView = layoutInflater.inflate(resID, null);
to: myView = layoutInflater.inflate(resID, parent, false);</description>
		<content:encoded><![CDATA[<p>To those with problems with lines not appearing, I had to change the way I was inflating the layout in my Adapter.</p>
<p>from: myView = layoutInflater.inflate(resID, null);<br />
to: myView = layoutInflater.inflate(resID, parent, false);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron B</title>
		<link>http://www.curious-creature.org/2009/02/22/android-layout-tricks-1/comment-page-1/#comment-3660</link>
		<dc:creator>Aaron B</dc:creator>
		<pubDate>Mon, 31 May 2010 01:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/?p=602#comment-3660</guid>
		<description>I tried adding an android:id=&quot;@+id/title&quot; to the &quot;My Application&quot; line and then it stops displaying Text...

Why is that if there is no ID it works but adding an ID breaks it? that doesn&#039;t make sense</description>
		<content:encoded><![CDATA[<p>I tried adding an android:id=&#8221;@+id/title&#8221; to the &#8220;My Application&#8221; line and then it stops displaying Text&#8230;</p>
<p>Why is that if there is no ID it works but adding an ID breaks it? that doesn&#8217;t make sense</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Frantar</title>
		<link>http://www.curious-creature.org/2009/02/22/android-layout-tricks-1/comment-page-1/#comment-3143</link>
		<dc:creator>Ivan Frantar</dc:creator>
		<pubDate>Wed, 13 Jan 2010 00:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/?p=602#comment-3143</guid>
		<description>Like @Uberto says. The Second line doesn&#039;t show either on Android 1.6 :( Also, I&#039;ve been using TableLayout for this and the scrolling looks rendering it on a list smoother than using RelativeLayout.

Thanks for the post!</description>
		<content:encoded><![CDATA[<p>Like @Uberto says. The Second line doesn&#8217;t show either on Android 1.6 :( Also, I&#8217;ve been using TableLayout for this and the scrolling looks rendering it on a list smoother than using RelativeLayout.</p>
<p>Thanks for the post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Uberto</title>
		<link>http://www.curious-creature.org/2009/02/22/android-layout-tricks-1/comment-page-1/#comment-3012</link>
		<dc:creator>Uberto</dc:creator>
		<pubDate>Mon, 07 Dec 2009 16:53:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/?p=602#comment-3012</guid>
		<description>It doesn&#039;t work here either, only the second line is visible. Android 1.6 on emulator.</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t work here either, only the second line is visible. Android 1.6 on emulator.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caltroid 1.3 Supports Small Screens &#124; California Dreams</title>
		<link>http://www.curious-creature.org/2009/02/22/android-layout-tricks-1/comment-page-1/#comment-2980</link>
		<dc:creator>Caltroid 1.3 Supports Small Screens &#124; California Dreams</dc:creator>
		<pubDate>Fri, 06 Nov 2009 08:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/?p=602#comment-2980</guid>
		<description>[...] use layout weight to size the departure and destination stations the same. Apparently this can be a performance hit, but it is probably overall faster than it used to be. (Yeah, bad me, I didn&#8217;t [...]</description>
		<content:encoded><![CDATA[<p>[...] use layout weight to size the departure and destination stations the same. Apparently this can be a performance hit, but it is probably overall faster than it used to be. (Yeah, bad me, I didn&#8217;t [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Planet Android &#187; Blog Archive &#187; Android Layout Tricks #1</title>
		<link>http://www.curious-creature.org/2009/02/22/android-layout-tricks-1/comment-page-1/#comment-2841</link>
		<dc:creator>Planet Android &#187; Blog Archive &#187; Android Layout Tricks #1</dc:creator>
		<pubDate>Mon, 10 Aug 2009 23:01:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/?p=602#comment-2841</guid>
		<description>[...] Layout Tricks #1 Posted by Admin  August - 10 - 2009 - Monday        Android Layout Tricks #1: Romain Guy’s first instalment of his guide to Android UI and view components.     All, [...]</description>
		<content:encoded><![CDATA[<p>[...] Layout Tricks #1 Posted by Admin  August &#8211; 10 &#8211; 2009 &#8211; Monday        Android Layout Tricks #1: Romain Guy’s first instalment of his guide to Android UI and view components.     All, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zied Hamdi</title>
		<link>http://www.curious-creature.org/2009/02/22/android-layout-tricks-1/comment-page-1/#comment-2829</link>
		<dc:creator>Zied Hamdi</dc:creator>
		<pubDate>Thu, 06 Aug 2009 11:39:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.curious-creature.org/?p=602#comment-2829</guid>
		<description>sorry the dosn&#039;t show, but the idea is to do a main relative layout with another one inside to allow the two first elements to take all the allowed space, then with a fixed padding right let the space for the thired element. The question is: is it still more performant to have two nested relative layouts rather than one linear layout?</description>
		<content:encoded><![CDATA[<p>sorry the dosn&#8217;t show, but the idea is to do a main relative layout with another one inside to allow the two first elements to take all the allowed space, then with a fixed padding right let the space for the thired element. The question is: is it still more performant to have two nested relative layouts rather than one linear layout?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

