android实现上下滑动

android实现上下滑动

         android:id= "@+id/scrollView1"
         android:layout_width= "match_parent"
         android:layout_height= "wrap_content"  >
 
        
             android:layout_width= "match_parent"
             android:layout_height= "match_parent"
             android:orientation= "vertical"  >
        
    



强制横竖屏

     在配置文件中对Activity节点添加android:screenOrientation属性(landscape是横向,portrait是纵向)

你可能感兴趣的:(android实现上下滑动)