Reuse existing string (same kind of context)

This commit is contained in:
Daniel Lublin
2022-01-12 09:09:13 +01:00
parent 75370c8124
commit 9436757215
2 changed files with 1 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
android:layout_height="wrap_content"
android:layout_margin="@dimen/margin_medium"
android:gravity="center"
android:text="@string/old_android_create_new_account"
android:text="@string/create_new_account"
android:textSize="@dimen/text_size_large" />
<TextView