Skip to content

Commit bcbd0a7

Browse files
committed
project #7: change the layout to Linerlayout
1 parent 651d1a5 commit bcbd0a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
2+
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:app="http://schemas.android.com/apk/res-auto"
44
xmlns:tools="http://schemas.android.com/tools"
55
android:layout_width="match_parent"
@@ -15,4 +15,4 @@
1515
app:layout_constraintRight_toRightOf="parent"
1616
app:layout_constraintTop_toTopOf="parent" />
1717

18-
</androidx.constraintlayout.widget.ConstraintLayout>
18+
</LinearLayout>

0 commit comments

Comments
 (0)