Set Bold
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M01/6F/6B/wKioL1Wb5KOB5HtYAAG__QyAhCw066.jpg "title=" TextView set Bold "alt=" Wkiol1wb5kob5htyaag__qyahcw066.jpg "/>
2. Set the dash through the text
private void InitHeaderView2 (Layoutinflater inflater) {
HeaderView2 = inflater.inflate (R.layout.main_header_qianggou, NULL);
Final TextView tv_time = (TextView) headerView2
. Findviewbyid (R.ID.TEXTVIEW2);
TextView Tv_oldprice = (TextView) headerView2
. Findviewbyid (r.id.qianggou_tv_010);
Tv_oldprice.getpaint (). SetFlags (Paint.strike_thru_text_flag);
TextView Tv_oldprice2 = (TextView) headerView2
. Findviewbyid (r.id.qianggou_tv_020);
Tv_oldprice2.getpaint (). SetFlags (Paint.strike_thru_text_flag);
TextView Tv_oldprice3 = (TextView) headerView2
. Findviewbyid (r.id.qianggou_tv_020);
Tv_oldprice3.getpaint (). SetFlags (Paint.strike_thru_text_flag);
Daojishi (Tv_time);
}
Dash effect
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/6F/6F/wKiom1Wb5GeyhyJuAAEQT_W_WQ0020.jpg "title=" dash effect " alt= "Wkiom1wb5geyhyjuaaeqt_w_wq0020.jpg"/>
TextView set Bold and TextView text underline