<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3129598675408269021</id><updated>2024-09-05T12:09:21.845-07:00</updated><title type='text'>6 Underground 8</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://6underground8.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3129598675408269021/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://6underground8.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3129598675408269021.post-7775922025845020380</id><published>2017-03-03T22:41:00.002-08:00</published><updated>2017-03-03T22:41:12.480-08:00</updated><title type='text'>Android Widget : ImageView</title><content type='html'>Displays image.&lt;br /&gt;
&lt;br /&gt;
Code :

&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ImageView&lt;br /&gt;
&amp;nbsp;android:id=&quot;@+id/photo_image_view&quot;&lt;br /&gt;
&amp;nbsp;android:layout_width=&quot;match_parent&quot;&lt;br /&gt;
&amp;nbsp;android:layout_height=&quot;match_parent&quot;&lt;br /&gt;
&amp;nbsp;android:scaleType=&quot;centerCrop&quot;&lt;br /&gt;
&lt;imageview android:id=&quot;@+id/photo_image_view&quot; android:layout_height=&quot;match_parent&quot; android:layout_width=&quot;match_parent&quot; android:scaletype=&quot;centerCrop&quot; android:src=&quot;@drawable/beach&quot;&gt;&lt;/imageview&gt;&lt;br /&gt;
&amp;nbsp;android:src=&quot;@drawable/beach&quot; /&amp;gt;</content><link rel='replies' type='application/atom+xml' href='http://6underground8.blogspot.com/feeds/7775922025845020380/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/3129598675408269021/7775922025845020380' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3129598675408269021/posts/default/7775922025845020380'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3129598675408269021/posts/default/7775922025845020380'/><link rel='alternate' type='text/html' href='http://6underground8.blogspot.com/2017/03/android-widget-imageview.html' title='Android Widget : ImageView'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3129598675408269021.post-2555556886268456667</id><published>2017-03-03T22:30:00.000-08:00</published><updated>2017-03-03T22:38:28.224-08:00</updated><title type='text'>Android Widget - TextView</title><content type='html'>Displays text.
&lt;br /&gt;
&lt;br /&gt;
Code :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;textview android:id=&quot;@+id/title_text_view&quot;&lt;br /&gt;
android:layout_height=&quot;wrap_content&quot;&lt;br /&gt;
android:layout_width=&quot;wrap_content&quot;&lt;br /&gt;
android:text=&quot;@string/my_photos&quot;&lt;br /&gt;
android:textappearance=&quot;?android:textAppearanceLarge&quot;&lt;br /&gt;
&amp;nbsp;android:textcolor=&quot;#4689C8&quot;&lt;br /&gt;
android:textstyle=&quot;bold&quot;&amp;gt;&amp;lt;/textview&amp;gt;</content><link rel='replies' type='application/atom+xml' href='http://6underground8.blogspot.com/feeds/2555556886268456667/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/3129598675408269021/2555556886268456667' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3129598675408269021/posts/default/2555556886268456667'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3129598675408269021/posts/default/2555556886268456667'/><link rel='alternate' type='text/html' href='http://6underground8.blogspot.com/2017/03/android-widget-textview.html' title='Android Widget - TextView'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>