Skip to content

Commit 06a5749

Browse files
Merge pull request #44 from MihaiCristianCondrea/codex/fix-ci-build-issues-in-app
Fix invalid unicode escape in strings
2 parents f85c377 + 1d46522 commit 06a5749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@
352352
<string name="summary_preference_android_studio_text_box">A user interface element for entering and modifying text. When you define an edit text widget, you must specify the R.styleable.TextView_inputType attribute…</string>
353353
<string name="summary_preference_android_studio_password_text_box">A simple text box with ability to hide text. Is used in login screens for most of the apps to keep passwords safe.</string>
354354
<string name="summary_preference_android_studio_alert_dialog">A dialog is a small window that prompts the user to make a decision or enter additional information. A dialog does not fill the screen and is normally used for modal events that require users to take an action before they can proceed.</string>
355-
<string name="summary_preference_android_studio_snack_bar">Snack bars inform users of a process that an app has performed or will perform. They appear temporarily, towards the bottom of the screen. They shouldn\’t interrupt the user experience, and they don\’t require user input to disappear.</string>
355+
<string name="summary_preference_android_studio_snack_bar">Snack bars inform users of a process that an app has performed or will perform. They appear temporarily, towards the bottom of the screen. They shouldn’t interrupt the user experience, and they don’t require user input to disappear.</string>
356356
<string name="summary_preference_android_studio_toast">A toast provides simple feedback about an operation in a small popup. It only fills the amount of space required for the message and the current activity remains visible and interactive.</string>
357357
<string name="summary_preference_android_studio_tooltip">A tooltip is a small descriptive message that appears near a view when users long press the view or hover their mouse over it. This is useful when your app uses an icon to represent an action or piece of information to save space in the layout.</string>
358358
<string name="summary_preference_android_studio_rating_bar">A RatingBar is an extension of SeekBar and ProgressBar that shows a rating in stars.</string>

0 commit comments

Comments
 (0)