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

Commit 7b6cadd4 authored by Mark Renouf's avatar Mark Renouf Committed by Android Git Automerger
Browse files

am 437d02d3: am cd22c3d6: Merge "Sets windowOverscan for all Wear...

am 437d02d3: am cd22c3d6: Merge "Sets windowOverscan for all Wear DeviceDefault themes." into lmp-sprout-dev

* commit '437d02d3':
  Sets windowOverscan for all Wear DeviceDefault themes.
parents c51e7ed0 437d02d3
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -28,6 +28,8 @@
             to work properly. -->
             to work properly. -->
        <item name="windowIsTranslucent">true</item>
        <item name="windowIsTranslucent">true</item>
        <item name="windowSwipeToDismiss">true</item>
        <item name="windowSwipeToDismiss">true</item>
        <!-- Required to force windowInsets dispatch through application UI. -->
        <item name="windowOverscan">true</item>
    </style>
    </style>


    <style name="Theme.Micro.Light" parent="Theme.Holo.Light.NoActionBar">
    <style name="Theme.Micro.Light" parent="Theme.Holo.Light.NoActionBar">
@@ -44,6 +46,8 @@
             to work properly. -->
             to work properly. -->
        <item name="windowIsTranslucent">true</item>
        <item name="windowIsTranslucent">true</item>
        <item name="windowSwipeToDismiss">true</item>
        <item name="windowSwipeToDismiss">true</item>
        <!-- Required to force windowInsets dispatch through application UI. -->
        <item name="windowOverscan">true</item>
    </style>
    </style>


    <style name="Theme.Micro.Dialog" parent="Theme.Holo.Light.Dialog">
    <style name="Theme.Micro.Dialog" parent="Theme.Holo.Light.Dialog">
@@ -52,6 +56,8 @@
        <item name="windowFullscreen">true</item>
        <item name="windowFullscreen">true</item>
        <item name="textAppearance">@style/TextAppearance.Micro</item>
        <item name="textAppearance">@style/TextAppearance.Micro</item>
        <item name="textAppearanceInverse">@style/TextAppearance.Micro</item>
        <item name="textAppearanceInverse">@style/TextAppearance.Micro</item>
        <!-- Required to force windowInsets dispatch through application UI. -->
        <item name="windowOverscan">true</item>
    </style>
    </style>


    <style name="Theme.Micro.Dialog.Alert">
    <style name="Theme.Micro.Dialog.Alert">