<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>gm_ma</author_name>
  <author_url>https://blog.hatena.ne.jp/gm_ma/</author_url>
  <blog_title>凡才プログラマの電子記録</blog_title>
  <blog_url>https://gm-ma.hatenadiary.org/</blog_url>
  <categories>
    <anon>UI プログラミング</anon>
  </categories>
  <description>今日は、テキストを複数表示してみます。何も考えずに、以下のように、アクティビティの onCreate メソッドで TextView を 2 つ作ってみます。 super.onCreate(savedInstanceState); TextView tv1 = new TextView(this); tv1.setText(&quot;ほげ&quot;); setContentView(tv1); TextView tv2 = new TextView(this); tv2.setText(&quot;ぴよ&quot;); setContentView(tv2);これだと「ぴよ」の方しか表示されませんでした。 なるほど、確かに tv1…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgm-ma.hatenadiary.org%2Fentry%2F20120213%2F1329147434&quot; title=&quot;テキストビューを複数置いてみる - 凡才プログラマの電子記録&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2012-02-13 00:37:14</published>
  <title>テキストビューを複数置いてみる</title>
  <type>rich</type>
  <url>https://gm-ma.hatenadiary.org/entry/20120213/1329147434</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
