android textview 首行縮進 多行顯示

TextView textcontent = (TextView) this.findViewById(R.id.textcontent); textcontent .setText("\t\t" + bundle.getString("description").toString()); 有些時候textview須要只顯示4行,可使用以下代碼:java <TextView
相關文章
相關標籤/搜索