2013年5月15日

android中给TextView设置属性ellipsize

摘要: 1,ellipsize等于marquee,跑马灯效果 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" ... 阅读全文

posted @ 2013-05-15 18:33 勤修 阅读(22378) 评论(0) 推荐(1) 编辑

android中的TextView滚动条的设置

摘要: 方案1, 在布局文件中,给TextView设置有关属性 <TextView android:id="@+id/textview" android:scrollbars="vertical" android:singleLine="false" android:maxLin... 阅读全文

posted @ 2013-05-15 18:00 勤修 阅读(2164) 评论(0) 推荐(0) 编辑

导航