Loading packages/SystemUI/res/values/strings.xml +5 −5 Original line number Diff line number Diff line Loading @@ -365,12 +365,12 @@ <!-- Button to delete a screen recording [CHAR LIMIT=20] --> <string name="screen_record_delete">Delete</string> <!-- Button text for taking a fullscreen screenshot [CHAR LIMIT=35] --> <string name="screen_capture_fullscreen_screenshot_button">Capture entire screen</string> <!-- Button text in the region select box for triggering a screenshot of the selected area. [CHAR LIMIT=35] --> <string name="screen_capture_region_selection_button">Capture selected area</string> <!-- Button text for taking a fullscreen screenshot [CHAR LIMIT=50] --> <string name="screen_capture_fullscreen_screenshot_button">Take screenshot of entire screen</string> <!-- Button text for taking a screenshot of the selected area using the region box. [CHAR LIMIT=50] --> <string name="screen_capture_region_selection_button">Take screenshot of selected area</string> <!-- Button text in the toolbar for choosing the screenshot type. [CHAR LIMIT=35] --> <string name="screen_capture_toolbar_capture_button">Capture</string> <string name="screen_capture_toolbar_screenshot_button">Screenshot</string> <!-- Button text in the toolbar for choosing the screen recording type. [CHAR LIMIT=35] --> <string name="screen_capture_toolbar_record_button">Record</string> <!-- Button text for screen sharing [CHAR LIMIT=35] --> Loading packages/SystemUI/src/com/android/systemui/screencapture/record/largescreen/ui/viewmodel/PreCaptureViewModel.kt +1 −1 Original line number Diff line number Diff line Loading @@ -170,7 +170,7 @@ constructor( selectedIcon = icons?.screenshotToolbar, unselectedIcon = icons?.screenshotToolbarUnselected, label = applicationContext.getString(R.string.screen_capture_toolbar_capture_button), applicationContext.getString(R.string.screen_capture_toolbar_screenshot_button), isSelected = selectedType == ScreenCaptureType.SCREENSHOT, onClick = { updateCaptureType(ScreenCaptureType.SCREENSHOT) }, ), Loading Loading
packages/SystemUI/res/values/strings.xml +5 −5 Original line number Diff line number Diff line Loading @@ -365,12 +365,12 @@ <!-- Button to delete a screen recording [CHAR LIMIT=20] --> <string name="screen_record_delete">Delete</string> <!-- Button text for taking a fullscreen screenshot [CHAR LIMIT=35] --> <string name="screen_capture_fullscreen_screenshot_button">Capture entire screen</string> <!-- Button text in the region select box for triggering a screenshot of the selected area. [CHAR LIMIT=35] --> <string name="screen_capture_region_selection_button">Capture selected area</string> <!-- Button text for taking a fullscreen screenshot [CHAR LIMIT=50] --> <string name="screen_capture_fullscreen_screenshot_button">Take screenshot of entire screen</string> <!-- Button text for taking a screenshot of the selected area using the region box. [CHAR LIMIT=50] --> <string name="screen_capture_region_selection_button">Take screenshot of selected area</string> <!-- Button text in the toolbar for choosing the screenshot type. [CHAR LIMIT=35] --> <string name="screen_capture_toolbar_capture_button">Capture</string> <string name="screen_capture_toolbar_screenshot_button">Screenshot</string> <!-- Button text in the toolbar for choosing the screen recording type. [CHAR LIMIT=35] --> <string name="screen_capture_toolbar_record_button">Record</string> <!-- Button text for screen sharing [CHAR LIMIT=35] --> Loading
packages/SystemUI/src/com/android/systemui/screencapture/record/largescreen/ui/viewmodel/PreCaptureViewModel.kt +1 −1 Original line number Diff line number Diff line Loading @@ -170,7 +170,7 @@ constructor( selectedIcon = icons?.screenshotToolbar, unselectedIcon = icons?.screenshotToolbarUnselected, label = applicationContext.getString(R.string.screen_capture_toolbar_capture_button), applicationContext.getString(R.string.screen_capture_toolbar_screenshot_button), isSelected = selectedType == ScreenCaptureType.SCREENSHOT, onClick = { updateCaptureType(ScreenCaptureType.SCREENSHOT) }, ), Loading