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

Commit e1db59e3 authored by Ashish Gupta's avatar Ashish Gupta Committed by Android (Google) Code Review
Browse files

Merge "Change status bar color"

parents 4e9925f3 2221b1a9
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -23,12 +23,14 @@
    <style name="Theme.SelectPrinterActivity"
    <style name="Theme.SelectPrinterActivity"
           parent="android:style/Theme.DeviceDefault.Light">
           parent="android:style/Theme.DeviceDefault.Light">
        <item name="android:textAppearanceListItemSecondary">@style/ListItemSecondary</item>
        <item name="android:textAppearanceListItemSecondary">@style/ListItemSecondary</item>
        <item name="android:windowLightStatusBar">true</item>
    </style>
    </style>


    <style name="Theme.PrintActivity" parent="@android:style/Theme.DeviceDefault.Light">
    <style name="Theme.PrintActivity" parent="@android:style/Theme.DeviceDefault.Light">
        <item name="android:windowIsTranslucent">true</item>
        <item name="android:windowIsTranslucent">true</item>
        <item name="android:windowActionBar">false</item>
        <item name="android:windowActionBar">false</item>
        <item name="android:windowNoTitle">true</item>
        <item name="android:windowNoTitle">true</item>
        <item name="android:windowLightStatusBar">true</item>
    </style>
    </style>


</resources>
</resources>