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

传播智客学习笔记--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>

 

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