From e4fbee1626eb7ceeb485337cdea05ecc3574fe05 Mon Sep 17 00:00:00 2001 From: PixelyIon Date: Thu, 11 Nov 2021 16:35:30 +0530 Subject: [PATCH] Style Improvements to `LicenseDialog` Additional padding has been added to the text alongside making it be left-aligned rather than center-aligned and justified. A newline has also been added to the copyright notice for Skyline to make it look nicer. --- app/src/main/res/layout/license_dialog.xml | 6 ++++-- app/src/main/res/xml/preferences.xml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/license_dialog.xml b/app/src/main/res/layout/license_dialog.xml index 525d9e54..0ad55cae 100644 --- a/app/src/main/res/layout/license_dialog.xml +++ b/app/src/main/res/layout/license_dialog.xml @@ -38,7 +38,7 @@ android:textAlignment="center" android:textAppearance="@style/TextAppearance.MaterialComponents.Headline4" android:textSize="17sp" - tools:text="Copyright © 2019-2021 Skyline Team and Contributors (https://github.com/skyline-emu/)" /> + tools:text="Copyright © 2019-2021\nSkyline Team and Contributors" /> diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index c5c6867c..5fc45571 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -122,7 +122,7 @@ android:title="@string/licenses" app:initialExpandedChildrenCount="5">