Merge "[4/n] Camera Compat: Add strings for toasts." into tm-qpr-dev am: e38c7d47a1

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21106764

Change-Id: I36d026e8421011df62c1d71c3ea21590f0b4880a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Mariia Sandrikova
2023-01-26 15:40:12 +00:00
committed by Automerger Merge Worker

View File

@@ -5142,6 +5142,14 @@
<!-- Cling help message confirmation button when hiding the navigation bar entering immersive mode [CHAR LIMIT=30] -->
<string name="immersive_cling_positive">Got it</string>
<!-- Text on a toast shown after the system rotates the screen for camera app
compatibility. [CHAR LIMIT=NONE] -->
<string name="display_rotation_camera_compat_toast_after_rotation">Rotate for a better view</string>
<!-- Text on a toast shown when a camera view is started within the app that may not be able
to display the camera preview correctly while in split screen. [CHAR LIMIT=NONE] -->
<string name="display_rotation_camera_compat_toast_in_split_screen">Exit split screen for a better view</string>
<!-- Label for button to confirm chosen date or time [CHAR LIMIT=30] -->
<string name="done_label">Done</string>
<!--