We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 137cce5 commit d50860dCopy full SHA for d50860d
app/src/main/res/layout/activity_main.xml
@@ -1,7 +1,8 @@
1
<?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"
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
4
xmlns:tools="http://schemas.android.com/tools"
+ android:id="@+id/activity_main"
5
+ xmlns:app="http://schemas.android.com/apk/res-auto"
6
android:layout_width="match_parent"
7
android:layout_height="match_parent"
8
android:paddingBottom="@dimen/activity_vertical_margin"
@@ -78,4 +79,4 @@
78
79
tools:text="Hello World!" />
80
-->
81
-</android.support.constraint.ConstraintLayout>
82
+</FrameLayout>
0 commit comments