From 4d0b91954391477a31c006664d65e3d638d48875 Mon Sep 17 00:00:00 2001 From: Zhengyu Peng Date: Tue, 15 Feb 2022 22:37:34 -0500 Subject: [PATCH] Update activity_main.xml --- software/android/app/src/main/res/layout/activity_main.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 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 67d785e..e8da94b 100644 --- a/software/android/app/src/main/res/layout/activity_main.xml +++ b/software/android/app/src/main/res/layout/activity_main.xml @@ -82,8 +82,8 @@ android:id="@+id/textView_github" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:paddingTop="32dp" - android:paddingBottom="32dp" + android:layout_marginTop="32dp" + android:layout_marginBottom="32dp" android:text="@string/hexapod_github" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent"