Unexpected namespace prefix “app” found for tag RelativeLayout - Android?

后端 未结 7 2263
走了就别回头了
走了就别回头了 2021-02-13 04:46

I need to use BottomSheetBehavior with ScrollView but it says to me :

Unexpected namespace prefix \"app\" found for tag RelativeLayout
         


        
7条回答
  •  天涯浪人
    2021-02-13 05:16

    For someone who gets the similar error Unexpected namespace prefix “app” found on textView, you might need to change TextView to android.support.v7.widget.AppCompatTextView.

提交回复
热议问题