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

Commit 7cbe6828 authored by linyuh's avatar linyuh Committed by Copybara-Service
Browse files

Add Espresso tests for the new call log.

Bug: 70989635
Test: NewCallLogIntegrationTest
PiperOrigin-RevId: 196696755
Change-Id: I63c45f2996e08b40e41344fc35ce69317c08a42d
parent c97a895e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -144,5 +144,6 @@
      android:background="?android:attr/selectableItemBackgroundBorderless"
      android:scaleType="center"
      android:src="@drawable/quantum_ic_more_vert_vd_theme_24"
      android:tint="@color/dialer_secondary_text_color"/>
      android:tint="@color/dialer_secondary_text_color"
      android:contentDescription="@string/a11y_new_call_log_expand_menu_for_entry"/>
</RelativeLayout>
+7 −0
Original line number Diff line number Diff line
@@ -16,6 +16,13 @@
  -->

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  <!--
    A string to describe available action for accessibility user.
    It will be read as "expand menu for this call log entry".
  -->
  <string name="a11y_new_call_log_expand_menu_for_entry">
    Expand menu for this call log entry
  </string>

  <!-- Header in call log to group calls from the current day.  [CHAR LIMIT=30] -->
  <string name="new_call_log_header_today">Today</string>