summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/app/res/layout/call_log_list_item_actions.xml
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-12-09 01:46:28 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-12-09 01:46:28 +0000
commit20ebcdca46e6be68050cd44087f0f768f5dae5c6 (patch)
tree5bc845fb459a8958ec9c5a055d12a84c92b23443 /java/com/android/dialer/app/res/layout/call_log_list_item_actions.xml
parentd806c2321eba63fa6d8f28471ab48847b8b6e92c (diff)
parent77c2b4c1711cee43b69d54bf180e14ccda70e92f (diff)
Merge changes I220cb741,I471b2d19
* changes: Add "Set up" and "Invite" for video to call log entry actions Fix voicemail populator bug and change emergency call to emergency call back.
Diffstat (limited to 'java/com/android/dialer/app/res/layout/call_log_list_item_actions.xml')
-rw-r--r--java/com/android/dialer/app/res/layout/call_log_list_item_actions.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/java/com/android/dialer/app/res/layout/call_log_list_item_actions.xml b/java/com/android/dialer/app/res/layout/call_log_list_item_actions.xml
index ec9e5a00e..7df0d1551 100644
--- a/java/com/android/dialer/app/res/layout/call_log_list_item_actions.xml
+++ b/java/com/android/dialer/app/res/layout/call_log_list_item_actions.xml
@@ -73,6 +73,34 @@
</LinearLayout>
<LinearLayout
+ android:id="@+id/set_up_video_action"
+ style="@style/CallLogActionStyle">
+
+ <ImageView
+ style="@style/CallLogActionIconStyle"
+ android:src="@drawable/quantum_ic_videocam_white_24"/>
+
+ <TextView
+ style="@style/CallLogActionTextStyle"
+ android:text="@string/call_log_action_set_up_video"/>
+
+ </LinearLayout>
+
+ <LinearLayout
+ android:id="@+id/invite_video_action"
+ style="@style/CallLogActionStyle">
+
+ <ImageView
+ style="@style/CallLogActionIconStyle"
+ android:src="@drawable/quantum_ic_videocam_white_24"/>
+
+ <TextView
+ style="@style/CallLogActionTextStyle"
+ android:text="@string/call_log_action_invite_video"/>
+
+ </LinearLayout>
+
+ <LinearLayout
android:id="@+id/create_new_contact_action"
style="@style/CallLogActionStyle">