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

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

Snap for 7625910 from 9000bdc2 to sc-d1-release

Change-Id: Iab9c51a0fef86a3d0990e19a19063215c776b5cb
parents 7e278262 9000bdc2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2862,9 +2862,7 @@
        <activity android:name=".notification.app.ChannelPanelActivity"
                  android:label="@string/notification_channel_title"
                  android:theme="@style/Theme.Panel"
                  android:launchMode="singleInstance"
                  android:excludeFromRecents="true"
                  android:noHistory="true"
                  android:configChanges="orientation|keyboardHidden|screenSize"
                  android:exported="true">
            <intent-filter android:priority="1">
+4 −0
Original line number Diff line number Diff line
@@ -208,6 +208,8 @@
        <!-- copied from Theme.DeviceDefault.Dialog.Alert -->
        <item name="colorAccent">@*android:color/accent_device_default_dark</item>
        <item name="dialogCornerRadius">@*android:dimen/config_dialogCornerRadius</item>

        <item name="android:fontFamily">@*android:string/config_bodyFontFamily</item>
    </style>

    <style name="SuwAlertDialogThemeCompat.Light" parent="@style/Theme.AppCompat.Light.Dialog.Alert">
@@ -218,6 +220,8 @@
        <!-- copied from Theme.DeviceDefault.Light.Dialog.Alert -->
        <item name="colorAccent">@*android:color/accent_device_default_light</item>
        <item name="dialogCornerRadius">@*android:dimen/config_dialogCornerRadius</item>

        <item name="android:fontFamily">@*android:string/config_bodyFontFamily</item>
    </style>

    <!-- This theme was applied to Settings pages which are running under SUW. -->