给TextView加上滚动条非常简单,只需要把TextView标签放在ScrollView标签中

   

    <ScrollView android:layout_width="wrap_content" android:layout_height="wrap_content">
     <TextView 
      android:layout_width="fill_parent"
      android:layout_height="wrap_content"
      android: />
    </ScrollView>

http://blog.sina.com.cn/s/blog_67aaf444010164pm.html

相关文章:

  • 2021-11-19
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
  • 2021-07-01
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-04
  • 2021-09-30
  • 2022-12-23
  • 2022-12-23
  • 2021-05-19
  • 2021-09-01
相关资源
相似解决方案