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

Commit ea04457c authored by Daniel Akinola's avatar Daniel Akinola Committed by Android (Google) Code Review
Browse files

Merge "Add contentDescription to MediaProjection screen recording dialog" into main

parents 4e42ebe6 43fc4bc4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@
            android:layout_weight="0"
            android:layout_gravity="end"
            android:id="@+id/screenrecord_audio_switch"
            android:contentDescription="@string/screenrecord_audio_label"
            style="@style/ScreenRecord.Switch"
            android:importantForAccessibility="yes"/>
    </LinearLayout>
@@ -79,6 +80,7 @@
            android:minWidth="48dp"
            android:layout_height="48dp"
            android:id="@+id/screenrecord_taps_switch"
            android:contentDescription="@string/screenrecord_taps_label"
            style="@style/ScreenRecord.Switch"
            android:importantForAccessibility="yes"/>
    </LinearLayout>