From 1d4652273fa55c00410dee9c4fff31c9970ca684 Mon Sep 17 00:00:00 2001 From: Mihai-Cristian Condrea Date: Mon, 28 Jul 2025 11:50:06 +0300 Subject: [PATCH] Fix invalid unicode escape in strings --- app/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index fb23c61..390f7a9 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -352,7 +352,7 @@ 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… A simple text box with ability to hide text. Is used in login screens for most of the apps to keep passwords safe. 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. - 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. + 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. 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. 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. A RatingBar is an extension of SeekBar and ProgressBar that shows a rating in stars.