summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Chris Göllner <chrisgollner@google.com> 2024-02-23 13:57:50 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-02-23 13:57:50 +0000
commit6dd4ac6647809fe9b42722c7aa9b83a9b686c72e (patch)
tree83e8df4713194891538368cd1e1dfccd0894ee75
parentc38c0da1255cd86e661a6827a02c82181d914d3d (diff)
parent57a81dcb2736dd20d654d0cce6a3a317d71cd802 (diff)
Merge "[MediaProjection][A11y] Make sure permission dialog buttons are labelled as buttons" into main
-rw-r--r--packages/SystemUI/res/layout/screen_share_dialog.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/layout/screen_share_dialog.xml b/packages/SystemUI/res/layout/screen_share_dialog.xml
index ae81d2962ff3..2616e8ae25e8 100644
--- a/packages/SystemUI/res/layout/screen_share_dialog.xml
+++ b/packages/SystemUI/res/layout/screen_share_dialog.xml
@@ -72,7 +72,7 @@
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_marginTop="@dimen/screenrecord_buttons_margin_top">
- <TextView
+ <Button
android:id="@android:id/button2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -83,7 +83,7 @@
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"/>
- <TextView
+ <Button
android:id="@android:id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"