聪明出于勤奋,天才在于积累

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: :: :: 管理 ::

2015年10月14日

摘要: 获取行数 final TextView title = (TextView)findViewById(R.id.text); title.setText("A really long text"); ViewTreeObserver vto = title.getViewTreeObserver() 阅读全文
posted @ 2015-10-14 10:50 弩 阅读(5295) 评论(0) 推荐(0) 编辑