<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Android_Studio%3A_simpleTextView</id>
	<title>Android Studio: simpleTextView - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Android_Studio%3A_simpleTextView"/>
	<link rel="alternate" type="text/html" href="https://onnocenter.or.id/wiki/index.php?title=Android_Studio:_simpleTextView&amp;action=history"/>
	<updated>2026-04-11T14:09:50Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.4</generator>
	<entry>
		<id>https://onnocenter.or.id/wiki/index.php?title=Android_Studio:_simpleTextView&amp;diff=64861&amp;oldid=prev</id>
		<title>Onnowpurbo: Created page with &quot; TextView code in XML:   &lt;TextView android:id=&quot;@+id/simpleTextView&quot;  android:layout_width=&quot;wrap_content&quot;  android:layout_height=&quot;wrap_content&quot;  android:text=&quot;AbhiAndroid&quot; /&gt;...&quot;</title>
		<link rel="alternate" type="text/html" href="https://onnocenter.or.id/wiki/index.php?title=Android_Studio:_simpleTextView&amp;diff=64861&amp;oldid=prev"/>
		<updated>2022-04-10T23:09:56Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot; TextView code in XML:   &amp;lt;TextView android:id=&amp;quot;@+id/simpleTextView&amp;quot;  android:layout_width=&amp;quot;wrap_content&amp;quot;  android:layout_height=&amp;quot;wrap_content&amp;quot;  android:text=&amp;quot;AbhiAndroid&amp;quot; /&amp;gt;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
TextView code in XML:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;TextView android:id=&amp;quot;@+id/simpleTextView&amp;quot;&lt;br /&gt;
 android:layout_width=&amp;quot;wrap_content&amp;quot;&lt;br /&gt;
 android:layout_height=&amp;quot;wrap_content&amp;quot;&lt;br /&gt;
 android:text=&amp;quot;AbhiAndroid&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
TextView code in JAVA:&lt;br /&gt;
&lt;br /&gt;
 TextView textView = (TextView) findViewById(R.id.textView);&lt;br /&gt;
 textView.setText(&amp;quot;AbhiAndroid&amp;quot;); //set text for text view&lt;/div&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
</feed>