{"id":800,"date":"2012-04-06T00:20:22","date_gmt":"2012-04-05T15:20:22","guid":{"rendered":"http:\/\/adreamer.godohosting.com\/?p=800"},"modified":"2012-04-06T00:24:21","modified_gmt":"2012-04-05T15:24:21","slug":"textview%ec%97%90%ec%84%9c-html-%ed%83%9c%ea%b7%b8-%ec%82%ac%ec%9a%a9%ed%95%98%ea%b8%b0","status":"publish","type":"post","link":"http:\/\/milkdrops.net\/index.php\/archives\/800","title":{"rendered":"TextView\uc5d0\uc11c HTML \ud0dc\uadf8 \uc0ac\uc6a9\ud558\uae30"},"content":{"rendered":"<p>\uc548\ub4dc\ub85c\uc774\ub4dc\uc5d0\uc11c\ub294 <a href=\"http:\/\/developer.android.com\/reference\/android\/text\/Html.html#fromHtml(java.lang.String)\" target=\"_blank\">Html.fromHtml()<\/a>\ub85c TextView\uc5d0 HTML\uc744 \ub123\ub294\uac8c \uac00\ub2a5\ud558\ub2e4.<\/p>\n<pre lang=\"java\">TextView tv = (TextView)findViewById(R.id.text);\r\ntv.setText(Html.fromHtml(\"Text with <br><font color='#ff0000'>Color<\/font> and <strong>Bold<\/strong>\"));<\/pre>\n<p>\ubb38\uc790\uc5f4\uc744 \ub9ac\uc18c\uc2a4\uc5d0\uc11c \uc0ac\uc6a9\ud558\ub824\uba74 \ub2e4\uc74c\ucc98\ub7fc \ud0dc\uadf8\ub97c \uc8fc\uc758\ud574\uc11c \uc801\uc5b4\uc57c\ud55c\ub2e4.<\/p>\n<p>[strings.xml]<\/p>\n<pre lang=\"xml\"><string name=\"html_string\">Text with &lt;br&gt;&lt;font color=\\'#ff0000\\'&gt;Color&lt;\/font&gt; and &lt;b&gt;Bold&lt;\/b&gt;<\/string><\/pre>\n<p>[TestActivity.java]<\/p>\n<pre lang=\"java\">TextView tv = (TextView)findViewById(R.id.text);\r\ntv.setText(Html.fromHtml(getResources().getString(R.string.html_string)));<\/pre>\n<p><a href=\"https:\/\/i0.wp.com\/adreamer.godohosting.com\/en\/wp-content\/uploads\/2012\/02\/html.jpg\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-21\" title=\"HTML format TextView\" src=\"https:\/\/i0.wp.com\/adreamer.godohosting.com\/en\/wp-content\/uploads\/2012\/02\/html.jpg?resize=474%2C221\" alt=\"\" width=\"474\" height=\"221\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc548\ub4dc\ub85c\uc774\ub4dc\uc5d0\uc11c\ub294 Html.fromHtml()\ub85c TextView\uc5d0 HTML\uc744 \ub123\ub294\uac8c \uac00\ub2a5\ud558\ub2e4. TextView tv = (TextView)findViewById(R.id.text); tv.setText(Html.fromHtml(&#8220;Text with Color and Bold&#8221;)); \ubb38\uc790\uc5f4\uc744 \ub9ac\uc18c\uc2a4\uc5d0\uc11c \uc0ac\uc6a9\ud558\ub824\uba74 \ub2e4\uc74c\ucc98\ub7fc \ud0dc\uadf8\ub97c \uc8fc\uc758\ud574\uc11c \uc801\uc5b4\uc57c\ud55c\ub2e4. [strings.xml] Text with &lt;br&gt;&lt;font color=\\&#8217;#ff0000\\&#8217;&gt;Color&lt;\/font&gt; and &lt;b&gt;Bold&lt;\/b&gt; [TestActivity.java] TextView tv = (TextView)findViewById(R.id.text); tv.setText(Html.fromHtml(getResources().getString(R.string.html_string)));<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[11,17],"tags":[121,122,270],"class_list":["post-800","post","type-post","status-publish","format-standard","hentry","category-tips","category-17","tag-html","tag-textview","tag-270"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"http:\/\/milkdrops.net\/index.php\/wp-json\/wp\/v2\/posts\/800","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/milkdrops.net\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/milkdrops.net\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/milkdrops.net\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/milkdrops.net\/index.php\/wp-json\/wp\/v2\/comments?post=800"}],"version-history":[{"count":5,"href":"http:\/\/milkdrops.net\/index.php\/wp-json\/wp\/v2\/posts\/800\/revisions"}],"predecessor-version":[{"id":805,"href":"http:\/\/milkdrops.net\/index.php\/wp-json\/wp\/v2\/posts\/800\/revisions\/805"}],"wp:attachment":[{"href":"http:\/\/milkdrops.net\/index.php\/wp-json\/wp\/v2\/media?parent=800"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/milkdrops.net\/index.php\/wp-json\/wp\/v2\/categories?post=800"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/milkdrops.net\/index.php\/wp-json\/wp\/v2\/tags?post=800"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}