From c65a56a37de3513429add5d8dc284c3bfc57d842 Mon Sep 17 00:00:00 2001 From: Zhengyu Peng Date: Sun, 13 Feb 2022 09:50:26 -0500 Subject: [PATCH] update --- .../app/src/main/res/layout/activity_main.xml | 115 +++++++++--------- software/android/settings.gradle | 2 +- 2 files changed, 61 insertions(+), 56 deletions(-) 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"> - + -