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

Commit 5af531ea authored by wangqi's avatar wangqi Committed by Copybara-Service
Browse files

Fix color of name text in call log.

Bug: 79883035
Test: manual
PiperOrigin-RevId: 198799252
Change-Id: I0636351e5b9bca2c173487c8a53282ca66e61e84
parent b287a05c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@
            android:layout_height="wrap_content"
            android:layout_marginBottom="@dimen/call_log_name_margin_bottom"
            android:layout_marginEnd="@dimen/call_log_icon_margin"
            style="Dialer.TextAppearance.Primary.Ellipsize"/>
            style="@style/Dialer.TextAppearance.Primary.Ellipsize"/>

          <LinearLayout
            android:id="@+id/call_type"
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
    android:paddingLeft="16dp"
    android:paddingTop="8dp"
    android:paddingBottom="8dp"
    style="Dialer.TextAppearance.Primary.Ellipsize"/>
    style="@style/Dialer.TextAppearance.Primary.Ellipsize"/>

  <TextView
    android:id="@+id/empty_list_view_action"