test
摘要: TextView中有个ellipsize属性,作用是当文字过长时,该控件该如何显示,解释如下:1.android:ellipsize=”start”—–省略号显示在开头2.android:ellipsize=”end”——省略号显示在结尾3.android:ellipsize=”middle”—-省... 阅读全文
posted @ 2014-04-07 20:45 Lechance 阅读(342) 评论(0) 推荐(0)
摘要: When set to true, the selector will be drawn over the selected item. Otherwise the selector is drawn behind the selected item. The default value is fa... 阅读全文
posted @ 2014-04-07 18:56 Lechance 阅读(141) 评论(0) 推荐(0)
摘要: Android中TextView自动连接网址Android中TextView自动连接网址TextView.setText()不支持HTML TAG的输出,所以即便写成:myTextView.setText("有问题找度娘");在是实际输出时,也就是纯文本而已,并不会做HTML TAG的转换。但若撇开... 阅读全文
posted @ 2014-04-07 18:32 Lechance 阅读(209) 评论(0) 推荐(0)