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

后端 未结 7 2304
走了就别回头了
走了就别回头了 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:12

    I had the same issue. Just take out your bottom-sheet layout into the separate file. And include it in the main layout via include tag.

提交回复
热议问题