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

Commit 1a0b7911 authored by Andrew Lee's avatar Andrew Lee Committed by Android Git Automerger
Browse files

am 6a1cb910: am e2d5f13a: Merge "Use darker blue for call log "extras" text/icon." into lmp-dev

* commit '6a1cb910':
  Use darker blue for call log "extras" text/icon.
parents 109279bc 6a1cb910
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,14 +39,14 @@
        <ImageView android:id="@+id/badge_image"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:tint="@color/dialpad_primary_text_color"
            android:tint="@color/call_log_extras_text_color"
            android:padding="@dimen/call_log_outer_margin" />

        <TextView android:id="@+id/badge_text"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:paddingStart="@dimen/call_log_start_margin"
            android:textColor="@color/dialpad_primary_text_color"
            android:textColor="@color/call_log_extras_text_color"
            android:layout_gravity="center_vertical"
            android:layout_weight="1" />

+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@

    <!-- Tint of the recent card phone icon -->
    <color name="recent_call_log_item_phone_icon_tint">#000000</color>
    <color name="call_log_extras_text_color">#0277bd</color>

    <!--
         Colour of voicemail progress bar to the right of position indicator.