commit | 97e3a894b40fae767fdf805fde56861350611f73 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue Nov 26 08:09:47 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Nov 26 08:09:47 2024 +0000 |
tree | cfb037c00989295ebc4628925e2196b1e2b1d684 | |
parent | 6990ed95968a915f57ad2355a1f5d2e8322f3f45 [diff] | |
parent | 3be0e4fbb5a6e4632f9a1d58a5ab21fb5765d286 [diff] |
Merge "Speak something for the invisible element" into main
diff --git a/android/TerminalApp/java/com/android/virtualization/terminal/TerminalView.java b/android/TerminalApp/java/com/android/virtualization/terminal/TerminalView.java index 274f423..efee62f 100644 --- a/android/TerminalApp/java/com/android/virtualization/terminal/TerminalView.java +++ b/android/TerminalApp/java/com/android/virtualization/terminal/TerminalView.java
@@ -244,6 +244,7 @@ info.getBoundsInScreen(rect); if (rect.width() == 0) { info.setText(null); + info.setContentDescription(getString(R.string.empty_line)); } info.setScreenReaderFocusable(false); break;