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

Commit 00c8771d authored by Yorke Lee's avatar Yorke Lee
Browse files

DO NOT MERGE Fix broken copy-paste dialog

Bug: 13673765
Change-Id: I367896803582b95e7e9c459747ee4d6685f03e73
parent 6a15ad7d
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -86,7 +86,12 @@
    <!-- A "hidden" action bar style.  Used when loading the launcher activity so that the
         default actionbar is effectively hidden. -->
    <style name="DialtactsHiddenActionBarStyle" parent="DialtactsActionBarStyle">
        <item name="android:height">0dp</item>
        <item name="android:background">@color/background_dialer_light</item>
        <item name="android:titleTextStyle">@style/DialtactsHiddenActionBarTextStyle</item>
    </style>

    <style name="DialtactsHiddenActionBarTextStyle" parent="@android:style/TextAppearance">
        <item name="android:textColor">@color/background_dialer_light</item>
    </style>

    <!-- Action bar overflow menu icon. -->