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

Commit c5366f4d authored by Yorke Lee's avatar Yorke Lee Committed by Android Git Automerger
Browse files

am b82d5c2b: am 00c8771d: DO NOT MERGE Fix broken copy-paste dialog

* commit 'b82d5c2b':
  DO NOT MERGE Fix broken copy-paste dialog
parents da602a82 b82d5c2b
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. -->