TextView小结

来源:互联网 发布:linux 命令输出到文件 编辑:程序博客网 时间:2024/06/05 16:44

        <TextView

            /** TextView内容单行显示 */
            android:singleLine="true"

            /** 采用系统预定义的文字大小,共三种:textAppearanceLarge
              * textAppearanceMedium,textAppearanceSmall */

            android:textAppearance="?android:attr/textAppearanceLarge"

            /** 当TextView内容过长时采用跑马灯效果滚动内容 */
            android:ellipsize="marquee"

            /** 设置与TitleBar交界处产生阴影边缘 */
            android:fadingEdge="horizontal" />

 

原创粉丝点击