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

Commit 4f0f8bd8 authored by Tyler Gunn's avatar Tyler Gunn
Browse files

Added actionbar style elements from main Dialtacts theme to...

Added actionbar style elements from main Dialtacts theme to "CallDetailActivityTheme" to fix issue where Call Details action bar has wrong color.

Bug: 13364992
Change-Id: I0f780809408e3d7ac2c7be35ee031361b507790b
parent c930321e
Loading
Loading
Loading
Loading
+6 −3
Original line number Original line Diff line number Diff line
@@ -53,10 +53,12 @@
    <!-- Secondary color of dialpad text (used for the letters corresponding to each digit -->
    <!-- Secondary color of dialpad text (used for the letters corresponding to each digit -->
    <color name="dialpad_secondary_text_color">#aaaaaa</color>
    <color name="dialpad_secondary_text_color">#aaaaaa</color>


    <!-- Background color of action bars -->
    <!-- Background color of action bars.  Ensure this stays in sync with packages/Telephony
         actionbar_background_color. -->
    <color name="actionbar_background_color">#3B77E7</color>
    <color name="actionbar_background_color">#3B77E7</color>


    <!-- Underline color of action bars -->
    <!-- Underline color of action bars.  Ensure this stays in sync with packages/Telephony
         actionbar_underline. -->
    <color name="actionbar_underline">#3265C1</color>
    <color name="actionbar_underline">#3265C1</color>


    <!-- Color of the 1dp divider that separates favorites -->
    <!-- Color of the 1dp divider that separates favorites -->
@@ -124,6 +126,7 @@
    <!-- Color of the bottom border below the contacts grid on the main dialer screen. -->
    <!-- Color of the bottom border below the contacts grid on the main dialer screen. -->
    <color name="contacts_grid_bottom_border_color">#16000000</color>
    <color name="contacts_grid_bottom_border_color">#16000000</color>


    <!-- Color of action bar text. -->
    <!-- Color of action bar text. Ensure this stays in sync with packages/Telephony
         phone_settings_actionbar_text_color-->
    <color name="actionbar_text_color">#FFFFFF</color>
    <color name="actionbar_text_color">#FFFFFF</color>
</resources>
</resources>
+3 −0
Original line number Original line Diff line number Diff line
@@ -95,6 +95,9 @@
        <item name="android:windowBackground">@color/background_dialer_list_items</item>
        <item name="android:windowBackground">@color/background_dialer_list_items</item>
        <item name="android:gravity">top</item>
        <item name="android:gravity">top</item>
        <item name="android:listViewStyle">@style/ListViewStyle</item>
        <item name="android:listViewStyle">@style/ListViewStyle</item>
        <item name="android:actionBarStyle">@style/DialtactsActionBarStyle</item>
        <item name="android:actionOverflowButtonStyle">@style/DialtactsActionBarOverflow</item>
        <item name="android:homeAsUpIndicator">@drawable/ic_back_arrow</item>
        <!-- CallLog -->
        <!-- CallLog -->
        <item name="call_log_primary_text_color">#333333</item>
        <item name="call_log_primary_text_color">#333333</item>
        <item name="call_log_primary_background_color">#FFFFFF</item>
        <item name="call_log_primary_background_color">#FFFFFF</item>