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

Commit a874180f authored by Fabrice Di Meglio's avatar Fabrice Di Meglio
Browse files

Fix bug #16356067 adb shell am start -a android.settings.DEVICE_INFO_SETTINGS is crashing again

- regression from 9717fab5
- add the missing dashboardBackgroundColor attribute to the DialogWhenLarge Themes

Change-Id: I9f7e21d33851966350726e4b3bf79a5a4d12a37f
parent 7d79e418
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -141,6 +141,8 @@

        <!-- Redefine the ActionBar style for contentInsetStart -->
        <item name="android:actionBarStyle">@style/Theme.ActionBar</item>

        <item name="dashboardBackgroundColor">@color/dashboard_background_color</item>
    </style>

    <style name="Theme.CryptKeeper" parent="@android:style/Theme.Material.Light.NoActionBar">
@@ -153,6 +155,8 @@
    <style name="Theme.SubSettingsDialogWhenLarge" parent="Theme.DialogWhenLarge">
        <item name="android:actionBarWidgetTheme">@null</item>
        <item name="android:actionBarTheme">@android:style/ThemeOverlay.Material.Dark.ActionBar</item>

        <item name="dashboardBackgroundColor">@color/dashboard_background_color</item>
    </style>

    <style name="Theme.AlertDialog" parent="@*android:style/Theme.Material.Light.Dialog.Alert">
@@ -172,6 +176,8 @@
    <style name="Theme.NotificationStation" parent="@android:style/Theme.Material">
        <item name="switchBarMarginStart">0dip</item>
        <item name="switchBarMarginEnd">0dip</item>

        <item name="dashboardBackgroundColor">@android:color/transparent</item>
    </style>

</resources>