1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 2019 The Android Open Source Project 3 4Licensed under the Apache License, Version 2.0 (the "License"); 5you may not use this file except in compliance with the License. 6You may obtain a copy of the License at 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10Unless required by applicable law or agreed to in writing, software 11distributed under the License is distributed on an "AS IS" BASIS, 12WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13See the License for the specific language governing permissions and 14limitations under the License. 15--> 16<resources xmlns:tools="http://schemas.android.com/tools"> 17 18 <string name="app_name">CameraX Views Demo</string> 19 <string name="app_name_stream_sharing">StreamSharing Test App</string> 20 <string name="effects">Effects</string> 21 <string name="media3_effect">Media3 Effect</string> 22 <string name="overlay_effect">Overlay Effect</string> 23 <string name="preview">Preview</string> 24 <string name="preview_and_video">Preview & Video</string> 25 <string name="surface_effect">Surface effect</string> 26 <string name="no_effect">No effect</string> 27 <string name="image_effect">Image effect</string> 28 <string name="image_capture">ImageCapture</string> 29 <string name="flip">flip</string> 30 <string name="btn_capture">Capture</string> 31 <string name="btn_video_record">Record</string> 32 <string name="btn_video_stop_recording">Stop recording</string> 33 <string name="btn_capture_and_transform">Capture and transform</string> 34 <string name="btn_export">Export</string> 35 <string name="pinch_to_zoom">Pinch to zoom</string> 36 <string name="tap_to_focus">Tap to focus</string> 37 <string name="torch">Torch</string> 38 <string name="linear_zoom">Linear zoom</string> 39 <string name="toggle_video_enabled">Video on</string> 40 <string name="toggle_video_disabled">Video off</string> 41 <string name="toggle_capture_enabled">Capture on</string> 42 <string name="toggle_capture_disabled">Capture off</string> 43 <string name="toggle_analysis_enabled">Analysis on</string> 44 <string name="toggle_analysis_disabled">Analysis off</string> 45 <string name="toggle_analyzer_set">Analyzer set</string> 46 <string name="toggle_analyzer_not_set">Analyzer not set</string> 47 <string name="toggle_camera_front">Front</string> 48 <string name="toggle_camera_back">Back</string> 49 <string name="toggle_effect_on">Effect On</string> 50 <string name="toggle_effect_off">Effect Off</string> 51 <string name="toggle_hdr_on">HDR On</string> 52 <string name="toggle_hdr_off">HDR Off</string> 53 <string name="btn_remove_or_add">Remove/Add</string> 54 <string name="btn_shrink">Shrink</string> 55 <string name="btn_switch">Switch</string> 56 <string name="btn_confirm">Confirm</string> 57 <string name="btn_cancel">Cancel</string> 58 <string name="btn_dismiss">Dismiss</string> 59 <string name="btn_restart">Restart</string> 60 <string name="preview_view">Preview View</string> 61 <string name="camera_controller">Camera Controller</string> 62 <string name="on_disk">on-disk</string> 63 <string name="transform">Transform</string> 64 <string name="compose_ui">Compose UI</string> 65 <string name="flash_mode_auto">flash auto</string> 66 <string name="flash_mode_on">flash on</string> 67 <string name="flash_mode_screen">screen flash</string> 68 <string name="flash_mode_off">flash off</string> 69 <string name="mirror_on">mirror on</string> 70 <string name="mirror_off">mirror off</string> 71 <string name="mlkit">MLKit</string> 72 73</resources> 74