首頁 收藏 QQ群
 網(wǎng)站導(dǎo)航

ZNDS智能電視網(wǎng) 推薦當(dāng)貝市場

TV應(yīng)用下載 / 資源分享區(qū)

軟件下載 | 游戲 | 討論 | 電視計(jì)算器

綜合交流 / 評(píng)測 / 活動(dòng)區(qū)

交流區(qū) | 測硬件 | 網(wǎng)站活動(dòng) | Z幣中心

新手入門 / 進(jìn)階 / 社區(qū)互助

新手 | 你問我答 | 免費(fèi)刷機(jī)救磚 | ROM固件

查看: 13769|回復(fù): 0
上一主題 下一主題
[教程]

Android 設(shè)置TextView的超鏈接

[復(fù)制鏈接]
跳轉(zhuǎn)到指定樓層
樓主
發(fā)表于 2013-8-28 16:28 | 只看該作者 回帖獎(jiǎng)勵(lì) |倒序?yàn)g覽 |閱讀模式
1Android TextView URL 、電話與電郵超鏈接設(shè)置,android textview 控件,android textview 超鏈接,android textview 電話,android textview 電子郵件,android textview web ,android textview phone ,android textview email ,android textview url 。   
  android:autoLink   
  設(shè)置是否當(dāng)文本為 URL鏈接、Email 、電話號(hào)碼、Map 時(shí),文本顯示為可點(diǎn)擊的鏈接。   
  可選值:none / web / email / phone / map / all 。   
   
  1、網(wǎng)頁超鏈接設(shè)置   
   
  main.xml 文件   
   
  1.    
    <?xml version="1.0" encoding="utf-8"?>   
       
    <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"android:orientation="vertical"   
       
    android:layout_width="fill_parent"   
       
    android:layout_height="fill_parent">   
       
       
    <TextViewandroid:autoLink="all|web"   
       
    android:layout_width="fill_parent"   
    android:layout_height="wrap_content"   
    android:text=""/>   
       
    </LinearLayout>
復(fù)制代碼
2、電話超鏈接設(shè)置   
   
   
  1.    
    <?xml version="1.0" encoding="utf-8"?>   
       
    <LinearLayout xmlns:android=http://schemas.android.com/apk/res/android   
       
    android:orientation="vertical"   
       
    android:layout_width="fill_parent"   
       
    android:layout_height="fill_parent">   
       
    <TextViewandroid:autoLink="all|phone"   
       
    android:layout_width="fill_parent"   
    android:layout_height="wrap_content"   
    android:text=""/>   
       
    </LinearLayout>
復(fù)制代碼
</div

上一篇:MediaPlayer小實(shí)例
下一篇:jsp/servlet實(shí)現(xiàn)文件的上傳下載

本版積分規(guī)則

Archiver|新帖|標(biāo)簽|軟件|Sitemap|ZNDS智能電視網(wǎng) ( 蘇ICP備2023012627號(hào) )

網(wǎng)絡(luò)信息服務(wù)信用承諾書 | 增值電信業(yè)務(wù)經(jīng)營許可證:蘇B2-20221768 丨 蘇公網(wǎng)安備 32011402011373號(hào)

GMT+8, 2024-12-22 14:52 , Processed in 0.049259 second(s), 13 queries , Redis On.

Powered by Discuz!

監(jiān)督舉報(bào):report#znds.com (請(qǐng)將#替換為@)

© 2007-2024 ZNDS.Com

快速回復(fù) 返回頂部 返回列表