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

Commit 40bb1e6f authored by Beth Thibodeau's avatar Beth Thibodeau Committed by Automerger Merge Worker
Browse files

Merge "Screen record a11y fixes" into rvc-dev am: 11e6ef94 am: 772fef97

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11875671

Change-Id: I15b172119fb1cb396cdd7087801282d9e38788fd
parents 72f49971 772fef97
Loading
Loading
Loading
Loading
+112 −97
Original line number Diff line number Diff line
@@ -20,6 +20,16 @@
    android:orientation="vertical"
    android:background="@drawable/rounded_bg_full">

    <!-- Scrollview is necessary to fit everything in landscape layout -->
    <ScrollView
        android:layout_width="match_parent"
        android:layout_height="wrap_content">

        <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:orientation="vertical">

            <!-- Header -->
            <LinearLayout
                android:layout_width="match_parent"
@@ -61,14 +71,17 @@
                        android:layout_marginRight="@dimen/screenrecord_dialog_padding"/>
                    <Spinner
                        android:id="@+id/screen_recording_options"
                android:layout_width="wrap_content"
                        android:layout_width="0dp"
                        android:layout_height="48dp"
                        android:layout_weight="1"
                        android:prompt="@string/screenrecord_audio_label"/>
                    <Switch
                        android:layout_width="wrap_content"
                        android:minWidth="48dp"
                        android:layout_height="48dp"
                android:layout_weight="1"
                        android:layout_weight="0"
                        android:layout_gravity="end"
                        android:contentDescription="@string/screenrecord_audio_label"
                        android:id="@+id/screenrecord_audio_switch"/>
                </LinearLayout>

@@ -128,3 +141,5 @@
                    style="@android:style/Widget.DeviceDefault.Button.Colored"/>
            </LinearLayout>
        </LinearLayout>
    </ScrollView>
</LinearLayout>
 No newline at end of file