refactor: move hardcoded string to strings.xml.

This commit is contained in:
yuvraj-coder1 2025-01-18 00:44:53 +05:30
parent 7442ec2a38
commit 72e077c9dd
2 changed files with 2 additions and 1 deletions

View file

@ -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"

View file

@ -862,5 +862,6 @@ Upload your first media by tapping on the add button.</string>
<string name="file_usages_container_heading">File usages</string>
<string name="caption">Caption</string>
<string name="caption_copied_to_clipboard">Caption copied to clipboard</string>
<string name="congratulations_all_pictures_in_this_album_have_been_either_uploaded_or_marked_as_not_for_upload">Congratulations, all pictures in this album have been either uploaded or marked as not for upload.</string>
</resources>