传播智客学习笔记--L24 网页源码查看和添加滚动条

添加滚动条

 1     <ScrollView 
 2         android:layout_width="wrap_content"
 3         android:layout_height="wrap_content"
 4         >
 5         <TextView 
 6             android:id="@+id/html"
 7             android:layout_width="wrap_content"
 8             android:layout_height="wrap_content"/>
 9         
10     </ScrollView>

 

posted @ 2015-01-15 15:07  lya_nju  阅读(162)  评论(0)    收藏  举报