From 76039e5eb9ee334727f292b3f58c2482910db74c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Borcz?= Date: Wed, 3 Mar 2021 20:18:03 +0100 Subject: [PATCH] Remove hardcoded strings (#1177) --- app/src/main/res/layout/dialog_account_edit.xml | 2 +- app/src/main/res/values/strings.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/dialog_account_edit.xml b/app/src/main/res/layout/dialog_account_edit.xml index 3177efba..ed64f25b 100644 --- a/app/src/main/res/layout/dialog_account_edit.xml +++ b/app/src/main/res/layout/dialog_account_edit.xml @@ -61,7 +61,7 @@ android:layout_marginStart="24dp" android:layout_marginTop="28dp" android:layout_marginEnd="24dp" - android:text="Wybierz kolor avatara" + android:text="@string/account_edit_avatar_title" android:textSize="21sp" android:textStyle="bold" app:layout_constraintEnd_toEndOf="parent" diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index c21146c9..c95bbc55 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -418,6 +418,7 @@ Nick Add nick + Choose avatar color @@ -549,5 +550,4 @@ An unexpected error occurred Feature disabled by your school Feature not available. Login in a mode other than Mobile API -