Loading java/com/android/dialer/calllog/ui/res/layout/new_call_log_entry.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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> java/com/android/dialer/calllog/ui/res/values/strings.xml +7 −0 Original line number Diff line number Diff line Loading @@ -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> Loading Loading
java/com/android/dialer/calllog/ui/res/layout/new_call_log_entry.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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>
java/com/android/dialer/calllog/ui/res/values/strings.xml +7 −0 Original line number Diff line number Diff line Loading @@ -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> Loading