亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

ExpandableTextView正確使用

發布時間:2020-08-08 14:22:53 來源:網絡 閱讀:2256 作者:Lcg_Android 欄目:移動開發

下載ExpandableTextView庫,新建項目關聯庫。使用關鍵點:要把ExpandableTextView放在LinearLayout布局下,否則點擊展開,收起按鈕,文本不能展開,收起。

在activity代碼

ExpandableTextView expandTextView= (ExpandableTextView) findViewById(R.id.expand_text_view);

expandTextView.setText("注意:ExpandableTextView要放在線性布局里,這樣文本才能上下縮放!maxCollapsedLines設置行數,如果超過按鈕顯示,文本收起;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設置行數,如果超過按鈕顯示,文本收起 -->

<!-- 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
向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

大兴区| 宣恩县| 栖霞市| 和静县| 延川县| 雅安市| 金寨县| 金秀| 临西县| 喜德县| 柏乡县| 琼结县| 亳州市| 芮城县| 偃师市| 中西区| 龙游县| 鲁山县| 石棉县| 洛隆县| 隆林| 巍山| 卢龙县| 绥滨县| 正阳县| 万宁市| 石泉县| 万盛区| 中方县| 宁波市| 南康市| 霸州市| 延安市| 吴江市| 凤山市| 丰城市| 连南| 东阿县| 灵石县| 柘城县| 崇明县|