<linearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#FFCCCCCC"
android:orientation="vertical"
tools:context=".MainDrawingActivity" >
</linearLayout>
我无法弄清楚缺少什么......请帮助吗?
答案 0 :(得分:2)
它是LinearLayout,而不是linearLayout。把你的L资本化。