首页 > 移动平台 > 详细

Android添加垂直滚动ScrollView 常见问题

时间:2015-04-21 18:51:28      阅读:247      评论:0      收藏:0      [点我收藏+]

今天在使用ScrollView时出现错误,提示:

Unexpected namespace prefix "xmlns" found for tag ScrollView

 

布局如下:


<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
      xmlns:tools="http://schemas.android.com/tools"
      android:layout_width="fill_parent"
      android:layout_height="fill_parent"
      android:scrollbarStyle="outsideOverlay">
      <LinearLayout
             android:layout_width="fill_parent"
             android:layout_height="wrap_content"
             android:orientation="vertical" >
             
       </LinearLayout>
</ScrollView>

 

Android添加垂直滚动ScrollView 常见问题

原文:http://my.oschina.net/u/1046838/blog/404503

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!