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

Commit da9a956b authored by Will Haldean Brown's avatar Will Haldean Brown Committed by Android (Google) Code Review
Browse files

Merge "Fix Theme.Micro to not request ActionBar." into klp-modular-dev

parents 3cd04c99 43490107
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -14,7 +14,8 @@
     limitations under the License.
-->
<resources>
    <style name="Theme.Micro" parent="Theme.Holo">
    <style name="Theme.Micro" parent="Theme.Holo.NoActionBar">
        <item name="textViewStyle">@android:style/Widget.Micro.TextView</item>
        <item name="numberPickerStyle">@android:style/Widget.Micro.NumberPicker</item>
        <item name="windowAnimationStyle">@android:style/Animation.SwipeDismiss</item>
        <item name="windowIsFloating">false</item>