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

Commit 4144961d authored by Beth Thibodeau's avatar Beth Thibodeau Committed by Android (Google) Code Review
Browse files

Merge "Use system theme for screen recording dialog"

parents 5f9ec2c1 93dc8e9e
Loading
Loading
Loading
Loading
+6 −11
Original line number Diff line number Diff line
@@ -5,26 +5,25 @@
              android:clipChildren="false"
              android:clipToPadding="false"
              android:gravity="top"
              android:orientation="vertical">

    <Space
        android:layout_width="match_parent"
        android:layout_height="10dp"/>
              android:orientation="vertical"
              android:padding="@dimen/global_actions_padding"
              android:background="@drawable/rounded_bg_full">

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:orientation="vertical"
        android:background="@android:color/white">
        android:orientation="vertical">
        <CheckBox
            android:id="@+id/checkbox_mic"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:textAppearance="?android:attr/textAppearanceMedium"
            android:text="@string/screenrecord_mic_label"/>
        <CheckBox
            android:id="@+id/checkbox_taps"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:textAppearance="?android:attr/textAppearanceMedium"
            android:text="@string/screenrecord_taps_label"/>
        <Button
            android:id="@+id/record_button"
@@ -34,8 +33,4 @@
        />
    </LinearLayout>

    <Space
        android:layout_width="match_parent"
        android:layout_height="10dp"/>

</LinearLayout>