国产一级a片免费看高清,亚洲熟女中文字幕在线视频,黄三级高清在线播放,免费黄色视频在线看

打開APP
userphoto
未登錄

開通VIP,暢享免費(fèi)電子書等14項(xiàng)超值服

開通VIP
andriod實(shí)現(xiàn)省略號

當(dāng)利用textview顯示內(nèi)容時(shí),顯示內(nèi)容過多可能會折行或顯示不全,今天發(fā)現(xiàn)android api中已經(jīng)給出自動(dòng)省略的功能。

實(shí)現(xiàn)如下:

<TextView android:layout_width="fill_parent"
    android:layout_height="wrap_content" android:id="@+id/hello"
    android:ellipsize="end" android:singleLine="true"
    />

效果:

在利用textview顯示文字時(shí),想實(shí)現(xiàn)html的效果,實(shí)現(xiàn)方法是:

@Override
   public void onCreate(Bundle savedInstanceState) {
       super.onCreate(savedInstanceState);
       setContentView(R.layout.main);
       TextView textView=(TextView)findViewById(R.id.hello);
       textView.setText(Html.fromHtml("Hello <b>World</b>,<font size=\"3\" color=\"red\">AnalysisXmlActivty!</font>"));
   }

 

效果是:

本站僅提供存儲服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點(diǎn)擊舉報(bào)。
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
Android 開發(fā)之旅:又見Hello World!
絢麗的ListView表格效果的實(shí)現(xiàn) - 技術(shù)文章 - OPhone SDN [OPhon...
Android特效 五種Toast詳解
第九講:用戶界面 View(四)
Android ListView設(shè)置weight無效
android中能不能放入gif動(dòng)態(tài)圖片,像qq登陸界面流動(dòng)的云彩
更多類似文章 >>
生活服務(wù)
分享 收藏 導(dǎo)長圖 關(guān)注 下載文章
綁定賬號成功
后續(xù)可登錄賬號暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服