下載ExpandableTextView庫,新建項目關(guān)聯(lián)庫。使用關(guān)鍵點:要把ExpandableTextView放在LinearLayout布局下,否則點擊展開,收起按鈕,文本不能展開,收起。
創(chuàng)新互聯(lián)堅持“要么做到,要么別承諾”的工作理念,服務(wù)領(lǐng)域包括:成都網(wǎng)站制作、網(wǎng)站建設(shè)、企業(yè)官網(wǎng)、英文網(wǎng)站、手機端網(wǎng)站、網(wǎng)站推廣等服務(wù),滿足客戶于互聯(lián)網(wǎng)時代的張家港網(wǎng)站設(shè)計、移動媒體設(shè)計的需求,幫助企業(yè)找到有效的互聯(lián)網(wǎng)解決方案。努力成為您成熟可靠的網(wǎng)絡(luò)建設(shè)合作伙伴!在activity代碼
ExpandableTextView expandTextView= (ExpandableTextView) findViewById(R.id.expand_text_view);
expandTextView.setText("注意:ExpandableTextView要放在線性布局里,這樣文本才能上下縮放!maxCollapsedLines設(shè)置行數(shù),如果超過按鈕顯示,文本收起;contentTextSize文本大小;contentTextColor文本顏色;expandDrawable展開按鈕圖片;expandText展開按鈕文本;collapseDrawable折疊按鈕圖片;collapseText折疊按鈕文本;DrawableAndTextGravity按鈕位置 ,center,left,right可選");
xml布局:
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
>
<!-- 注意:ExpandableTextView要放在線性布局里,這樣文本才能上下縮放! -->
<!-- maxCollapsedLines設(shè)置行數(shù),如果超過按鈕顯示,文本收起 -->
<!-- contentTextSize文本大小 -->
<!-- contentTextColor文本顏色 -->
<!-- expandDrawable展開按鈕圖片 -->
<!-- expandText展開按鈕文本 -->
<!-- collapseDrawable折疊按鈕圖片 -->
<!-- collapseText折疊按鈕文本 -->
<!-- DrawableAndTextGravity按鈕位置 ,center,left,right可選 -->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" >
<me.chensir.expandabletextview.ExpandableTextView
android:id="@+id/expand_text_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:maxCollapsedLines="2"
app:contentTextSize="20sp"
app:contentTextColor="#ff0000"
app:expandText="顯示"
app:collapseText="隱藏"
app:DrawableAndTextGravity="center">
</me.chensir.expandabletextview.ExpandableTextView>
</LinearLayout>
</RelativeLayout>
附件:http://down.51cto.com/data/2366494另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國服務(wù)器、虛擬主機、免備案服務(wù)器”等云主機租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務(wù)可用性高、性價比高”等特點與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場景需求。
本文題目:ExpandableTextView正確使用-創(chuàng)新互聯(lián)
文章源于:http://vcdvsql.cn/article40/ddpiho.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)頁設(shè)計公司、微信小程序、網(wǎng)站建設(shè)、自適應(yīng)網(wǎng)站、全網(wǎng)營銷推廣、企業(yè)網(wǎng)站制作
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容