Android Studio 使用LinearLayout布局
简单地使用布局,但是显示报错,报错标记在首行的" < "上,不清楚问题出在哪
s:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context="com.example.senvenlayout.MainActivity">
报错为:
Attribute value is not closed
utf-8后面少了个引号
你这图片代码是完整的不