Loading res/layout/show_call_history_list_item.xml +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" android:text="@string/show_call_history" /> android:text="@string/recents_footer_text" /> </android.support.v7.widget.CardView> res/values/cm_strings.xml +3 −0 Original line number Diff line number Diff line Loading @@ -172,4 +172,7 @@ <!-- Shown as a prompt to turn on the phone permission to allow a call to be placed --> <string name="cm_permission_place_call">To place a call, turn on Phone permissions.</string> <!-- Label of the button displayed when the call log is empty. Allows the user to make a call. --> <string name="recentCalls_empty_action_cm">Make a call</string> </resources> res/values/strings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -530,7 +530,7 @@ <string name="search_shortcut_make_video_call">Make video call</string> <!-- Title for the call log list item that brings users to the full call history when clicked --> <string name="show_call_history">View full call history</string> <string name="recents_footer_text">View full call history</string> <!-- Number of missed calls shown on call card [CHAR LIMIT=40] --> <string name="num_missed_calls"><xliff:g id="number">%s</xliff:g> new missed calls</string> Loading src/com/android/dialer/calllog/CallLogFragment.java +1 −1 Original line number Diff line number Diff line Loading @@ -440,7 +440,7 @@ public class CallLogFragment extends Fragment implements CallLogQueryHandler.Lis } mEmptyListView.setDescription(messageId); if (mIsRecentsFragment) { mEmptyListView.setActionLabel(R.string.recentCalls_empty_action); mEmptyListView.setActionLabel(R.string.recentCalls_empty_action_cm); } else { mEmptyListView.setActionLabel(EmptyContentView.NO_LABEL); } Loading Loading
res/layout/show_call_history_list_item.xml +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" android:text="@string/show_call_history" /> android:text="@string/recents_footer_text" /> </android.support.v7.widget.CardView>
res/values/cm_strings.xml +3 −0 Original line number Diff line number Diff line Loading @@ -172,4 +172,7 @@ <!-- Shown as a prompt to turn on the phone permission to allow a call to be placed --> <string name="cm_permission_place_call">To place a call, turn on Phone permissions.</string> <!-- Label of the button displayed when the call log is empty. Allows the user to make a call. --> <string name="recentCalls_empty_action_cm">Make a call</string> </resources>
res/values/strings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -530,7 +530,7 @@ <string name="search_shortcut_make_video_call">Make video call</string> <!-- Title for the call log list item that brings users to the full call history when clicked --> <string name="show_call_history">View full call history</string> <string name="recents_footer_text">View full call history</string> <!-- Number of missed calls shown on call card [CHAR LIMIT=40] --> <string name="num_missed_calls"><xliff:g id="number">%s</xliff:g> new missed calls</string> Loading
src/com/android/dialer/calllog/CallLogFragment.java +1 −1 Original line number Diff line number Diff line Loading @@ -440,7 +440,7 @@ public class CallLogFragment extends Fragment implements CallLogQueryHandler.Lis } mEmptyListView.setDescription(messageId); if (mIsRecentsFragment) { mEmptyListView.setActionLabel(R.string.recentCalls_empty_action); mEmptyListView.setActionLabel(R.string.recentCalls_empty_action_cm); } else { mEmptyListView.setActionLabel(EmptyContentView.NO_LABEL); } Loading