티스토리 뷰

728x90

String sitename = "MobilePlace";
TextView t = (TextView)findViewById(R.id.text);        
t.setText(Html.fromHtml("<u>" + sitename + "</u>")); // 밑줄

따로 xml 옵션있는줄 알았는데 다들 html형식으로 사용하더로구요

댓글