Loading res/layout/call_log_fragment.xml +3 −3 Original line number Diff line number Diff line Loading @@ -35,10 +35,10 @@ <FrameLayout> <TextView android:id="@+id/filter_status" style="@style/ContactListSeparatorTextViewStyle" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingLeft="@dimen/call_log_outer_margin" android:paddingRight="@dimen/call_log_outer_margin" android:layout_marginLeft="@dimen/call_log_outer_margin" android:layout_marginRight="@dimen/call_log_outer_margin" android:paddingTop="@dimen/call_log_inner_margin" android:paddingBottom="@dimen/call_log_inner_margin" android:layout_alignParentLeft="true" Loading res/values/strings.xml +4 −4 Original line number Diff line number Diff line Loading @@ -1610,16 +1610,16 @@ <string name="call_log_old_header">Older</string> <!-- The header to show that call log is only showing voicemail calls. [CHAR LIMIT=40] --> <string name="call_log_voicemail_header">Calls with voicemail</string> <string name="call_log_voicemail_header">Calls with voicemail only</string> <!-- The header to show that call log is only showing incoming calls. [CHAR LIMIT=40] --> <string name="call_log_incoming_header">Incoming calls</string> <string name="call_log_incoming_header">Incoming calls only</string> <!-- The header to show that call log is only showing outgoing calls. [CHAR LIMIT=40] --> <string name="call_log_outgoing_header">Outgoing calls</string> <string name="call_log_outgoing_header">Outgoing calls only</string> <!-- The header to show that call log is only showing missed calls. [CHAR LIMIT=40] --> <string name="call_log_missed_header">Missed calls</string> <string name="call_log_missed_header">Missed calls only</string> <!-- Voicemail status message shown at the top of call log to notify the user that no new voicemails are currently available. This can happen when both notification as well as data Loading Loading
res/layout/call_log_fragment.xml +3 −3 Original line number Diff line number Diff line Loading @@ -35,10 +35,10 @@ <FrameLayout> <TextView android:id="@+id/filter_status" style="@style/ContactListSeparatorTextViewStyle" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingLeft="@dimen/call_log_outer_margin" android:paddingRight="@dimen/call_log_outer_margin" android:layout_marginLeft="@dimen/call_log_outer_margin" android:layout_marginRight="@dimen/call_log_outer_margin" android:paddingTop="@dimen/call_log_inner_margin" android:paddingBottom="@dimen/call_log_inner_margin" android:layout_alignParentLeft="true" Loading
res/values/strings.xml +4 −4 Original line number Diff line number Diff line Loading @@ -1610,16 +1610,16 @@ <string name="call_log_old_header">Older</string> <!-- The header to show that call log is only showing voicemail calls. [CHAR LIMIT=40] --> <string name="call_log_voicemail_header">Calls with voicemail</string> <string name="call_log_voicemail_header">Calls with voicemail only</string> <!-- The header to show that call log is only showing incoming calls. [CHAR LIMIT=40] --> <string name="call_log_incoming_header">Incoming calls</string> <string name="call_log_incoming_header">Incoming calls only</string> <!-- The header to show that call log is only showing outgoing calls. [CHAR LIMIT=40] --> <string name="call_log_outgoing_header">Outgoing calls</string> <string name="call_log_outgoing_header">Outgoing calls only</string> <!-- The header to show that call log is only showing missed calls. [CHAR LIMIT=40] --> <string name="call_log_missed_header">Missed calls</string> <string name="call_log_missed_header">Missed calls only</string> <!-- Voicemail status message shown at the top of call log to notify the user that no new voicemails are currently available. This can happen when both notification as well as data Loading