summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2015-08-05 18:19:23 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-08-05 18:19:23 +0000
commit2846388ea2b0e8dc8cc4d21a9a43b9e13f9f6001 (patch)
tree541d0f0e6b1101a40084ecc158e9b40d90616e87 /res
parent72bd8f4b4a41207637c6b54b93b21fb4a2de2065 (diff)
parent5b27c3aae5b109a3d5823053c16a8eaa43f7ea94 (diff)
am 5b27c3aa: am 98cf19a5: am 20c63bb4: Merge "Add "Call with a note" action." into mnc-dr-dev
* commit '5b27c3aae5b109a3d5823053c16a8eaa43f7ea94': Add "Call with a note" action.
Diffstat (limited to 'res')
-rw-r--r--res/layout/call_log_list_item_actions.xml14
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">