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 651d1a5 commit bcbd0a7Copy full SHA for bcbd0a7
AgeInMinutes/app/src/main/res/layout/activity_main.xml
@@ -1,5 +1,5 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
-<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
xmlns:app="http://schemas.android.com/apk/res-auto"
4
xmlns:tools="http://schemas.android.com/tools"
5
android:layout_width="match_parent"
@@ -15,4 +15,4 @@
15
app:layout_constraintRight_toRightOf="parent"
16
app:layout_constraintTop_toTopOf="parent" />
17
18
-</androidx.constraintlayout.widget.ConstraintLayout>
+</LinearLayout>
0 commit comments