diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/call_log_list_item_actions.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/res/layout/call_log_list_item_actions.xml b/res/layout/call_log_list_item_actions.xml index b42720655..16a712bcd 100644 --- a/res/layout/call_log_list_item_actions.xml +++ b/res/layout/call_log_list_item_actions.xml @@ -105,6 +105,20 @@ </LinearLayout> <LinearLayout + android:id="@+id/call_with_note_action" + style="@style/CallLogActionStyle"> + + <ImageView + style="@style/CallLogActionIconStyle" + android:src="@drawable/ic_call_note_white_24dp" /> + + <TextView + style="@style/CallLogActionTextStyle" + android:text="@string/call_with_a_note" /> + + </LinearLayout> + + <LinearLayout android:id="@+id/details_action" style="@style/CallLogActionStyle"> |