From a9382c1d87c7dcb175a35ff446561439bafc0368 Mon Sep 17 00:00:00 2001 From: Luke Wass Date: Fri, 14 Mar 2025 13:26:02 -0500 Subject: [PATCH] # Tutorial improvements. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Replace ">>>>>" with "<<<<<<" - To better visually indicate the direction the user should swipe. Maybe I'm the only one dumb enough to look at the > arrow and swipe that way, which gets you nowhere. - Ran into a bug here when literally typing in "<" ````The value of attribute “android:text” associated with an element type “TextView” must not contain the '<' character``` - Fixed with the help of [this thread comment](https://stackoverflow.com/a/40971204/22771801). Change the id to match the respective arrow direction (was '...right' is now '...left'). --- .../res/layout/{tutorial_start.xml => tutorial_0_start.xml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename app/src/main/res/layout/{tutorial_start.xml => tutorial_0_start.xml} (90%) diff --git a/app/src/main/res/layout/tutorial_start.xml b/app/src/main/res/layout/tutorial_0_start.xml similarity index 90% rename from app/src/main/res/layout/tutorial_start.xml rename to app/src/main/res/layout/tutorial_0_start.xml index f431486..066e752 100644 --- a/app/src/main/res/layout/tutorial_start.xml +++ b/app/src/main/res/layout/tutorial_0_start.xml @@ -23,10 +23,10 @@ app:layout_constraintTop_toTopOf="parent" />