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

Commit 57a81dcb authored by Chris Göllner's avatar Chris Göllner
Browse files

[MediaProjection][A11y] Make sure permission dialog buttons are labelled as buttons

Fixes: 322856237
Test: Manual
Flag: NONE
Change-Id: I2f11cdcfd1a1a148fe737797ab14d4fd13fef22d
parent 922b0580
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"