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

Commit 9934aa54 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 13525848 from 9a0e1a00 to 25Q3-release

Change-Id: I9d5965bb3f6cadc5273768fbf53088da991c9bb8
parents f74ba93f 9a0e1a00
Loading
Loading
Loading
Loading
+9 −18
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginBottom="16dp"
            android:layout_marginHorizontal="20dp"
            android:layout_marginHorizontal="@dimen/floating_sheet_content_horizontal_padding"
            android:gravity="center"
            android:text="@string/wallpaper_color_subheader"
            android:textColor="@color/system_on_surface"
@@ -49,27 +49,18 @@
            android:clipChildren="false"
            android:clipToPadding="false" />

        <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:clickable="true"
            android:gravity="center_vertical"
            android:layout_marginHorizontal="@dimen/floating_sheet_content_horizontal_padding"
            android:orientation="horizontal">

        <com.google.android.material.materialswitch.MaterialSwitch
            style="@style/SettingslibSwitchStyle.Expressive"
            android:id="@+id/dark_mode_toggle"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginHorizontal="@dimen/floating_sheet_content_horizontal_padding"
            android:background="@null"
                android:focusable="false"
            android:minHeight="0dp"
            android:text="@string/mode_title"
            android:textAppearance="@style/SectionTitleTextStyle"
            android:theme="@style/Theme.Material3.DynamicColors.DayNight" />
    </LinearLayout>
    </LinearLayout>

    <com.android.wallpaper.picker.customization.ui.view.FloatingToolbar
        android:id="@+id/floating_toolbar"