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

Commit a4fb9b11 authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

am f1da9a14: Merge "DO NOT MERGE: Remove DayNight theme" into mnc-dev

* commit 'f1da9a1401fe1304bee8a550a0141c79ecc3c0b3':
  DO NOT MERGE: Remove DayNight theme
parents 13f61a7a 389e8915
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

<resources xmlns:android="http://schemas.android.com/apk/res/android">

    <style name="DialogWhenReallyLarge" parent="@*android:style/Theme.Material.DayNight.Dialog">
    <style name="DialogWhenReallyLarge" parent="@*android:style/Theme.DeviceDefault.Light.Dialog">
        <!-- We do not specify width of window here because the max size of
             floating window specified by windowFixedWidthis is limited. -->
        <item name="*android:windowFixedHeightMajor">80%</item>
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

<resources xmlns:android="http://schemas.android.com/apk/res/android">

    <style name="DialogWhenReallyLarge" parent="@android:style/Theme.Material.DayNight.DarkActionBar" />
    <style name="DialogWhenReallyLarge" parent="@android:style/Theme.DeviceDefault.Light.DarkActionBar" />

    <style name="DocumentsTheme" parent="@style/DialogWhenReallyLarge">
        <item name="android:actionBarWidgetTheme">@null</item>