码迷,mamicode.com
首页 > 其他好文 > 详细

LinearLayout 垂直滚动条

时间:2014-08-17 18:23:32      阅读:196      评论:0      收藏:0      [点我收藏+]

标签:android   style   blog   http   java   io   strong   ar   

 
http://blog.csdn.net/yuxiaohui78/article/details/8167571
 
  1. <?xml version="1.0" encoding="utf-8"?>    
  2. <ScrollView    
  3.     xmlns:android="http://schemas.android.com/apk/res/android"    
  4.     android:layout_width="fill_parent"    
  5.     android:layout_height="fill_parent"    
  6.     android:scrollbars="vertical"    
  7.     android:fadingEdge="vertical">    
  8.     <LinearLayout    
  9.         android:layout_width="fill_parent"    
  10.         android:layout_height="fill_parent"    
  11.         android:orientation="vertical"    
  12.         >    
  13.     </LinearLayout>    
  14. </ScrollView>    

activity中经常只是一个 这时只需在外面嵌套一个ScrollView就可以了,直接贴代码吧

LinearLayout 垂直滚动条,布布扣,bubuko.com

LinearLayout 垂直滚动条

标签:android   style   blog   http   java   io   strong   ar   

原文地址:http://www.cnblogs.com/qufanblog/p/3917970.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!