diff --git a/software/android/app/src/main/res/layout/activity_main.xml b/software/android/app/src/main/res/layout/activity_main.xml
index e7ab4bc..a4337e4 100644
--- a/software/android/app/src/main/res/layout/activity_main.xml
+++ b/software/android/app/src/main/res/layout/activity_main.xml
@@ -1,71 +1,76 @@
-
-
-
-
+ android:paddingStart="16dp"
+ android:paddingTop="16dp"
+ android:paddingEnd="16dp"
+ android:paddingBottom="16dp">
-
+
+
-
+ android:layout_marginBottom="8dp"
+ app:layout_constraintBottom_toTopOf="@id/port_input_layout"
+ app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintTop_toBottomOf="@+id/hexapod_logo">
-
+
+
-
+ android:layout_marginBottom="8dp"
+ app:layout_constraintBottom_toTopOf="@id/button_connect"
+ app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintTop_toBottomOf="@id/ip_input_layout">
-
+
-
+
-
\ No newline at end of file
+
+
+
+
\ No newline at end of file
diff --git a/software/android/settings.gradle b/software/android/settings.gradle
index 120a517..99e3a69 100644
--- a/software/android/settings.gradle
+++ b/software/android/settings.gradle
@@ -3,7 +3,7 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
- jcenter() // Warning: this repository is going to shut down soon
+ // Warning: this repository is going to shut down soon
}
}
rootProject.name = "Hexapod"