aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout-land
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2021-09-03 07:15:44 +0000
committerAlex Ning <chineseperson5@gmail.com>2021-09-03 07:15:44 +0000
commitc37d372b8154e5eaffbd5618e636528c50ed191b (patch)
treea890c344c2e90daf73f1344fffd6c1082c30b06b /app/src/main/res/layout-land
parent39b5beb5c5face6ea7d40e4473ec1df650335833 (diff)
downloadinfinity-for-reddit-c37d372b8154e5eaffbd5618e636528c50ed191b.tar
infinity-for-reddit-c37d372b8154e5eaffbd5618e636528c50ed191b.tar.gz
infinity-for-reddit-c37d372b8154e5eaffbd5618e636528c50ed191b.tar.bz2
infinity-for-reddit-c37d372b8154e5eaffbd5618e636528c50ed191b.tar.lz
infinity-for-reddit-c37d372b8154e5eaffbd5618e636528c50ed191b.tar.xz
infinity-for-reddit-c37d372b8154e5eaffbd5618e636528c50ed191b.tar.zst
infinity-for-reddit-c37d372b8154e5eaffbd5618e636528c50ed191b.zip
Update Credits page.
Diffstat (limited to 'app/src/main/res/layout-land')
-rw-r--r--app/src/main/res/layout-land/activity_lock_screen.xml4
1 files changed, 2 insertions, 2 deletions
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"