From 39da32d7c538bf95bdf72233896d87fd5f1b6f69 Mon Sep 17 00:00:00 2001 From: Miku AuahDark Date: Sun, 15 May 2022 00:14:02 +0800 Subject: [PATCH] Add no games text. --- app/src/normal/res/layout/activity_main.xml | 38 ++++++++++++++++++++- app/src/normal/res/values/strings.xml | 14 ++++---- 2 files changed, 45 insertions(+), 7 deletions(-) diff --git a/app/src/normal/res/layout/activity_main.xml b/app/src/normal/res/layout/activity_main.xml index d6ffd259..197c55af 100644 --- a/app/src/normal/res/layout/activity_main.xml +++ b/app/src/normal/res/layout/activity_main.xml @@ -13,5 +13,41 @@ app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" - tools:listitem="@layout/row_game" /> + tools:listitem="@layout/row_game"> + + + + + + + + + + diff --git a/app/src/normal/res/values/strings.xml b/app/src/normal/res/values/strings.xml index a1fb07a2..52f3ad98 100644 --- a/app/src/normal/res/values/strings.xml +++ b/app/src/normal/res/values/strings.xml @@ -1,6 +1,8 @@ - - Version %1$s - Copyright © 2006–2022 LÖVE Development Team - This software is provided \'as-is\', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. - Official Website - \ No newline at end of file + + Version %1$s + Copyright © 2006–2022 LÖVE Development Team + This software is provided \'as-is\', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. + Official Website + No Games :( + Looks like there are no LÖVE games found in the games folder. See the "Game Folder" in the options menu for more information. +