历览千载书,时时见遗烈。这篇文章主要讲述android ScrollView 控制行数相关的知识,希望能为你提供帮助。
利用ScrollView 来控制textView 显示的行数
< ScrollView android:layout_width="fill_parent" android:layout_height="wrap_content" android:scrollbars="vertical" > < LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" > < TextView android:id="@+id/title" android:layout_width="wrap_content" android:layout_height="wrap_content" < span style="white-space:pre"> < /span> android:maxLines="4" //设置最大显示行数 4行 android:scrollbars="vertical"//设置 滚动方向 android:singleLine="false"//设置不为单行 android:textColor="@color/white" android:textSize="16sp" /> < /LinearLayout> < /ScrollView>
这个控件的目的是 最大显示四行,超过四行的有滚动条,滚动显示所有内容
【android ScrollView 控制行数】还有一步,在 初始化 该textView的时候,
title = (TextView) findViewById(R.id.title); title.setMovementMethod(ScrollingMovementMethod.getInstance());
这样就大功告成了!!
来源: http://www.aichengxu.com/android/915270.htm
来自为知笔记(Wiz)
推荐阅读
- hierarchyViewerUiautomatorAppium的区别!
- Android 单位dp和px之间相互转换
- 聊天机器人(基于android)
- XBOX游戏机存储更多游戏的4款最佳硬盘合集
- 6款完全私密的最佳匿名Web浏览器合集
- 提高网站排名的8种必备最佳SEO工具合集
- 6大最佳人员搜索引擎合集(哪一个最适合你())
- Windows的10款最佳免费防病毒软件合集
- Windows 10的5款最佳屏幕录制软件(哪个最好用())