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

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

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> ide

相关文章
相关标签/搜索