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

Commit 93dc8e9e authored by Beth Thibodeau's avatar Beth Thibodeau
Browse files

Use system theme for screen recording dialog

Fixes: 128894669
Test: visual, examples at https://photos.app.goo.gl/ujogE9GQse8mq5UEA
Change-Id: Id0acd147058ce967c6150fdd98eb670790da1536
parent e3cbf906
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>