From c37d372b8154e5eaffbd5618e636528c50ed191b Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 3 Sep 2021 15:15:44 +0800 Subject: Update Credits page. --- app/src/main/res/layout-land/activity_lock_screen.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/src/main/res/layout-land/activity_lock_screen.xml') diff --git a/app/src/main/res/layout-land/activity_lock_screen.xml b/app/src/main/res/layout-land/activity_lock_screen.xml index d863b707..2218ce78 100644 --- a/app/src/main/res/layout-land/activity_lock_screen.xml +++ b/app/src/main/res/layout-land/activity_lock_screen.xml @@ -20,7 +20,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:fontFamily="?attr/font_family" - android:text="Whoa there!!!" + android:text="@string/lock_screen_text" android:textSize="?attr/font_20" app:layout_constraintBottom_toTopOf="@+id/unlock_button_lock_screen_activity" app:layout_constraintEnd_toEndOf="parent" @@ -32,7 +32,7 @@ android:id="@+id/unlock_button_lock_screen_activity" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="Unlock" + android:text="@string/unlock" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toEndOf="@id/lottie_animation_view" -- cgit v1.2.3