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

Commit 86213c94 authored by Tomasz Mikolajewski's avatar Tomasz Mikolajewski
Browse files

Use default theme for StandaloneActivity (DocumentsUI).

Change-Id: I41841702e0b68123cb73ff1203ca6e6fe5eae320
parent 2c696c4c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@
        <item name="android:windowSoftInputMode">stateUnspecified|adjustUnspecified</item>
    </style>

    <style name="StandaloneTheme" parent="android:Theme.Light">
    <style name="StandaloneTheme" parent="android:Theme.DeviceDefault.Light">
        <item name="android:actionBarWidgetTheme">@null</item>
        <item name="android:actionBarTheme">@*android:style/ThemeOverlay.Material.Dark.ActionBar</item>
        <item name="android:actionBarPopupTheme">@*android:style/ThemeOverlay.Material.Light</item>