Skip to content

Commit d50860d

Browse files
committed
编译XML通过:
### 一步一步来添加,XML只能这样了 #######===>> 因为太多了,你不知道细微的差别出错在哪里!!!!
1 parent 137cce5 commit d50860d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

app/src/main/res/layout/activity_main.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
3-
xmlns:app="http://schemas.android.com/apk/res-auto"
2+
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
43
xmlns:tools="http://schemas.android.com/tools"
4+
android:id="@+id/activity_main"
5+
xmlns:app="http://schemas.android.com/apk/res-auto"
56
android:layout_width="match_parent"
67
android:layout_height="match_parent"
78
android:paddingBottom="@dimen/activity_vertical_margin"
@@ -78,4 +79,4 @@
7879
tools:text="Hello World!" />
7980
-->
8081

81-
</android.support.constraint.ConstraintLayout>
82+
</FrameLayout>

0 commit comments

Comments
 (0)