TextView


Android学习笔记(一)

TextView控件的常用属性android:id 控件的idandroid: layout_width 控件的宽度android: layout_height 控件的高度android: text 文本内容android: textSize 文本大小android: textColor 文本颜色android: backgro...

分类: JAVA / Android

标签: TextView


如何让TextView中的文字水平滚动

其实让一段文字水平滚动,并不复杂。我们只需要在布局文件中加上几个参数就可以了,如下<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/and...

分类: JAVA / Android

标签: TextView