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

Commit d6eb1a99 authored by Frank Sposaro's avatar Frank Sposaro
Browse files

Removed app name from action bar on load.

-Removed from Phone
-Removed from People

Bug: 5174965
Change-Id: I1c1caa0a726465d96eab48d3b0ea7bfaeaf9f4cf
parent 06dfcefa
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -168,6 +168,7 @@
    <style name="ContactsActionBarStyle" parent="@android:style/Widget.Holo.Light.ActionBar.Solid.Inverse">
        <item name="android:background">@drawable/ab_solid_custom_blue_inverse_holo</item>
        <item name="android:backgroundStacked">@drawable/ab_solid_custom_blue_inverse_holo</item>
        <item name="android:displayOptions"></item>
    </style>

    <style name="ContactsActionBarTabView" parent="@android:style/Widget.Holo.ActionBar.TabView">
@@ -287,6 +288,7 @@
    <style name="DialtactsActionBarStyle" parent="android:Widget.Holo.ActionBar">
        <item name="android:backgroundSplit">@drawable/ab_bottom_opaque_dark_holo</item>
        <item name="android:backgroundStacked">@drawable/ab_stacked_opaque_dark_holo</item>
        <item name="android:displayOptions"></item>
    </style>

</resources>