android textview 首行缩进 多行显示

TextView textcontent = (TextView) this.findViewById(R.id.textcontent);
		textcontent
				.setText("\t\t" + bundle.getString("description").toString());


有些时候textview需要只显示4行,可以使用如下代码:



你可能感兴趣的:(Android)