From aebe279e9569ff11b31780194c0891c8bd50143a Mon Sep 17 00:00:00 2001 From: OxygenCobalt Date: Fri, 18 Jun 2021 15:09:47 -0600 Subject: [PATCH] about: re-add tagline to the about screen Re-add the app tagline to the about screen. At some point during the redesign it was lost. --- app/src/main/res/layout/fragment_about.xml | 29 +++++++++++++++------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/app/src/main/res/layout/fragment_about.xml b/app/src/main/res/layout/fragment_about.xml index c30694c3a..d980de67c 100644 --- a/app/src/main/res/layout/fragment_about.xml +++ b/app/src/main/res/layout/fragment_about.xml @@ -38,7 +38,6 @@ android:layout_marginTop="@dimen/spacing_medium" android:contentDescription="@string/description_auxio_icon" android:src="@mipmap/ic_launcher" - app:layout_constraintBottom_toTopOf="@+id/version_container" app:layout_constraintEnd_toStartOf="@+id/about_app_name" app:layout_constraintHorizontal_chainStyle="packed" app:layout_constraintStart_toStartOf="parent" @@ -53,20 +52,32 @@ android:text="@string/info_app_name" android:textAppearance="@style/TextAppearance.MaterialComponents.Headline5" app:layout_constraintBottom_toBottomOf="@+id/about_auxio_icon" + app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toEndOf="@+id/about_auxio_icon" app:layout_constraintTop_toTopOf="@+id/about_auxio_icon" /> - + app:layout_constraintTop_toBottomOf="@+id/about_auxio_icon" /> + +