From 3d4a62616faf6d157636cc2ef13229818ac70a63 Mon Sep 17 00:00:00 2001 From: tus29615QuangNguyen Date: Wed, 25 Sep 2024 15:39:39 -0400 Subject: [PATCH 1/2] Fixed Issue #1 --- .idea/deploymentTargetSelector.xml | 10 ++++++++++ .idea/gradle.xml | 5 ++--- .idea/migrations.xml | 10 ++++++++++ .idea/vcs.xml | 6 ++++++ app/src/main/res/layout/activity_main.xml | 22 +++++++++++++++------- build.gradle | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 2 +- 7 files changed, 46 insertions(+), 13 deletions(-) create mode 100644 .idea/deploymentTargetSelector.xml create mode 100644 .idea/migrations.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/deploymentTargetSelector.xml b/.idea/deploymentTargetSelector.xml new file mode 100644 index 0000000..b268ef3 --- /dev/null +++ b/.idea/deploymentTargetSelector.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index ae388c2..0897082 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -4,16 +4,15 @@ diff --git a/.idea/migrations.xml b/.idea/migrations.xml new file mode 100644 index 0000000..f8051a6 --- /dev/null +++ b/.idea/migrations.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index ed108fc..09242d1 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -8,30 +8,38 @@ + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintHorizontal_bias="0.0" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" />