最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

Android TextView實(shí)現(xiàn)垂直滾動(dòng)效果的方法

 更新時(shí)間:2016年10月24日 14:39:40   作者:Crazyzhang  
這篇文章主要介紹了Android TextView實(shí)現(xiàn)垂直滾動(dòng)效果的方法,結(jié)合實(shí)例形式簡單分析了Android TextView控件垂直滾動(dòng)效果的相關(guān)屬性功能與設(shè)置技巧,需要的朋友可以參考下

本文實(shí)例講述了Android TextView實(shí)現(xiàn)垂直滾動(dòng)效果的方法。分享給大家供大家參考,具體如下:

在TextView中,如果文本很長,可能需要實(shí)現(xiàn)垂直滾動(dòng)顯示文本的效果。這里需要在XML布局文件中為TextView設(shè)置如下幾個(gè)屬性。

Android:scrollbars="vertical"
android:scrollbarStyle="X"

其中X為outsideOverlay或insideOverlay。

android:scrollbarFadeDuration="X"

其中X表示滾動(dòng)條從出現(xiàn)到消失的時(shí)間,單位是毫秒。

下面是一個(gè)完整的XML代碼例子。

<?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">
  <TextView
    android:id="@+id/textview"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:singleLine="false"
    android:maxLines="8"
    android:background="#FFF"
    android:textColor="#000"
    android:textSize="20dp"
    android:layout_margin="10dp"
    android:scrollbars="vertical"
    android:text="@string/big_text"
    android:scrollbarStyle="outsideOverlay"
    android:padding="10dp"
    android:scrollbarFadeDuration="2000" />
</LinearLayout>

運(yùn)行效果如下圖。

更多關(guān)于Android相關(guān)內(nèi)容感興趣的讀者可查看本站專題:《Android滾動(dòng)條與滾動(dòng)操作技巧總結(jié)》、《Android圖形與圖像處理技巧總結(jié)》、《Android開發(fā)入門與進(jìn)階教程》、《Android調(diào)試技巧與常見問題解決方法匯總》、《Android多媒體操作技巧匯總(音頻,視頻,錄音等)》、《Android基本組件用法總結(jié)》、《Android視圖View技巧總結(jié)》、《Android布局layout技巧總結(jié)》及《Android控件用法總結(jié)

希望本文所述對大家Android程序設(shè)計(jì)有所幫助。

相關(guān)文章

最新評論

晋江市| 明水县| 寿光市| 社旗县| 阜平县| 新巴尔虎右旗| 东方市| 綦江县| 巴林左旗| 五台县| 开远市| 黄平县| 平凉市| 成武县| 临湘市| 将乐县| 阳东县| 裕民县| 开化县| 喀喇| 崇阳县| 调兵山市| 大方县| 中宁县| 漳浦县| 长垣县| 敖汉旗| 吉林市| 乌海市| 教育| 昭苏县| 宁陕县| 平凉市| 景宁| 察哈| 石渠县| 许昌市| 盖州市| 左贡县| 泽普县| 池州市|