Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96e21ead authored by Mariia Sandrikova's avatar Mariia Sandrikova
Browse files

[4/n] Camera Compat: Add strings for toasts.

Added strings will be used for two toasts shown:
- after the system rotates the screen for camera compatibility
- when a camera view is started within the app that may not be able to display the camera preview correctly while in split screen.

Bug: 255939392
Test: build works
Change-Id: Icea6f6e0442dcc2a8a27632c20cfe8c64187f651
parent 6f20d51b
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -5154,6 +5154,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>
    <!--