<?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>Xster.net &#187; Java</title>
	<atom:link href="http://tech.xster.net/tag/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.xster.net</link>
	<description>Never relearn twice</description>
	<lastBuildDate>Fri, 20 Jan 2012 21:11:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Remove Title Bar on Android Application</title>
		<link>http://tech.xster.net/tips/remove-title-bar-on-android-application/</link>
		<comments>http://tech.xster.net/tips/remove-title-bar-on-android-application/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 08:03:48 +0000</pubDate>
		<dc:creator>xiao</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://tech.xster.net/?p=193</guid>
		<description><![CDATA[This one&#8217;s real simple. If you want to get rid of the title bar in an Android application, you can do it programmatically with: requestWindowFeature&#40;Window.FEATURE_NO_TITLE&#41;; or in the manifest for your entire application inside the &#8216;activity&#8217; element with android:theme=&#34;@android:style/Theme.NoTitleBar&#34; Source]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>This one&#8217;s real simple. If you want to get rid of the title bar in an Android application, you can do it programmatically with:</p>

<div class="wp_syntax"><div class="code"><pre class="java" style="font-family:monospace;">requestWindowFeature<span style="color: #009900;">&#40;</span><span style="color: #003399;">Window</span>.<span style="color: #006633;">FEATURE_NO_TITLE</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>or in the manifest for your entire application inside the &#8216;activity&#8217; element with</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;">android:theme=&quot;@android:style/Theme.NoTitleBar&quot;</pre></div></div>

<address><a href="http://elliotth.blogspot.com/2009/07/removing-title-bar-from-your-android.html">Source</a></address>
<div class="shr-publisher-193"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Ftech.xster.net%2Ftips%2Fremove-title-bar-on-android-application%2F' data-shr_title='Remove+Title+Bar+on+Android+Application'></a><a class='shareaholic-tweetbutton' data-shr_count='none' data-shr_href='http%3A%2F%2Ftech.xster.net%2Ftips%2Fremove-title-bar-on-android-application%2F' data-shr_title='Remove+Title+Bar+on+Android+Application'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://tech.xster.net/tips/remove-title-bar-on-android-application/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

