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"