diff options
author | Tyler Gunn <tgunn@google.com> | 2015-08-05 17:47:14 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-08-05 17:47:14 +0000 |
commit | 20c63bb47435c4ab770bb3008ed2f69666d2f0aa (patch) | |
tree | 1eac8e4d2e07df88a9f7761f5224930514861395 /res | |
parent | 480c600df210b9b0c421ab4e7387a453aac849b4 (diff) | |
parent | 18b4a2e3b8d60df39b3489c76bf4edffb81e15a5 (diff) |
Merge "Add "Call with a note" action." into mnc-dr-dev
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"> |