1. 程式人生 > >textview 設定text 一行顯示不同顏色引入 Html

textview 設定text 一行顯示不同顏色引入 Html

			holder.Page_index.setText(Html.fromHtml("第" + "<font color=#EC7F35>"
					+ (position + 1) + "</font>" + "頁"));

把內容轉換成 Html  

Html.fromHtml("第" + "<font color=#EC7F35>"
					+ (position + 1) + "</font>" + "頁")