summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2015-08-05 17:58:13 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-08-05 17:58:13 +0000
commit98cf19a53d5f0c722def08a075854f7a52a97d83 (patch)
treef8d5a815df6bf0a7dced293ab0d5ab51448fdd4e /res
parentec5371e4a7398bd872c536f828aa1f157e082741 (diff)
parent20c63bb47435c4ab770bb3008ed2f69666d2f0aa (diff)
downloadandroid_packages_apps_Dialer-98cf19a53d5f0c722def08a075854f7a52a97d83.tar.gz
android_packages_apps_Dialer-98cf19a53d5f0c722def08a075854f7a52a97d83.tar.bz2
android_packages_apps_Dialer-98cf19a53d5f0c722def08a075854f7a52a97d83.zip
am 20c63bb4: Merge "Add "Call with a note" action." into mnc-dr-dev
* commit '20c63bb47435c4ab770bb3008ed2f69666d2f0aa': 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">