summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2015-08-05 18:09:43 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-08-05 18:09:43 +0000
commit5b27c3aae5b109a3d5823053c16a8eaa43f7ea94 (patch)
tree541d0f0e6b1101a40084ecc158e9b40d90616e87 /res
parentb6cc23ff6e551d1b8fcf2757e7f62186b3b87710 (diff)
parent98cf19a53d5f0c722def08a075854f7a52a97d83 (diff)
downloadandroid_packages_apps_Dialer-5b27c3aae5b109a3d5823053c16a8eaa43f7ea94.tar.gz
android_packages_apps_Dialer-5b27c3aae5b109a3d5823053c16a8eaa43f7ea94.tar.bz2
android_packages_apps_Dialer-5b27c3aae5b109a3d5823053c16a8eaa43f7ea94.zip
am 98cf19a5: am 20c63bb4: Merge "Add "Call with a note" action." into mnc-dr-dev
* commit '98cf19a53d5f0c722def08a075854f7a52a97d83': 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">