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

Commit 5a6e0fb9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add Espresso tests for the new call log."

parents a7562fbc 7cbe6828
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>