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

相關文章
相關標籤/搜索