From 72e077c9dd6b593278b9f6ca1a93f78607ecf4ae Mon Sep 17 00:00:00 2001 From: yuvraj-coder1 Date: Sat, 18 Jan 2025 00:44:53 +0530 Subject: [PATCH] refactor: move hardcoded string to strings.xml. --- app/src/main/res/layout/fragment_custom_selector.xml | 2 +- app/src/main/res/values/strings.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_custom_selector.xml b/app/src/main/res/layout/fragment_custom_selector.xml index f8a40b1ff..03381fd24 100644 --- a/app/src/main/res/layout/fragment_custom_selector.xml +++ b/app/src/main/res/layout/fragment_custom_selector.xml @@ -57,7 +57,7 @@ android:textSize="16sp" android:padding="@dimen/standard_gap" android:textColor="@color/text_color_selector" - android:text="Congratulations, all pictures in this album have been either uploaded or marked as not for upload." + android:text="@string/congratulations_all_pictures_in_this_album_have_been_either_uploaded_or_marked_as_not_for_upload" app:layout_constraintTop_toTopOf="parent" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 7f5cbf814..2ee769c2c 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -862,5 +862,6 @@ Upload your first media by tapping on the add button. File usages Caption Caption copied to clipboard + Congratulations, all pictures in this album have been either uploaded or marked as not for upload.