Update Credits page.

This commit is contained in:
Alex Ning
2021-09-03 15:15:44 +08:00
parent 39b5beb5c5
commit c37d372b81
6 changed files with 25 additions and 4 deletions

View File

@@ -20,7 +20,8 @@
android:id="@+id/text_view_lock_screen_activity"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Whoa there!!!"
android:layout_marginTop="16dp"
android:text="@string/lock_screen_text"
android:textSize="?attr/font_20"
android:fontFamily="?attr/font_family"
app:layout_constraintTop_toBottomOf="@id/lottie_animation_view"
@@ -31,7 +32,8 @@
android:id="@+id/unlock_button_lock_screen_activity"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Unlock"
android:layout_marginTop="16dp"
android:text="@string/unlock"
app:layout_constraintTop_toBottomOf="@id/text_view_lock_screen_activity"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent" />