summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-05-13 19:42:25 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-05-13 19:42:27 +0000
commit911b14d120a7066951d38c06fc31b6ce3b5ff1d0 (patch)
tree1a9135c18a6f68106b2656faa6fbe7a6ee829e08 /res
parent91dc991cecfd283b2cf58dbe45dc7c6e6c58ed39 (diff)
parent247df6ee4f43af916f7e7f339ed181a18807ef36 (diff)
Merge "Reorganize Intent utilities, add send SMS intent." into mnc-dev
Diffstat (limited to 'res')
-rw-r--r--res/layout/call_log_list_item_actions.xml14
-rw-r--r--res/values/strings.xml5
2 files changed, 19 insertions, 0 deletions
diff --git a/res/layout/call_log_list_item_actions.xml b/res/layout/call_log_list_item_actions.xml
index a10b47f74..d3e18be28 100644
--- a/res/layout/call_log_list_item_actions.xml
+++ b/res/layout/call_log_list_item_actions.xml
@@ -80,6 +80,20 @@
</LinearLayout>
<LinearLayout
+ android:id="@+id/send_message_action"
+ style="@style/CallLogActionStyle">
+
+ <ImageView
+ style="@style/CallLogActionIconStyle"
+ android:src="@drawable/ic_textsms_24dp" />
+
+ <TextView
+ style="@style/CallLogActionTextStyle"
+ android:text="@string/call_log_action_send_message" />
+
+ </LinearLayout>
+
+ <LinearLayout
android:id="@+id/details_action"
style="@style/CallLogActionStyle">
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 79c441d16..2e236a64a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -550,6 +550,11 @@
[CHAR LIMIT=30] -->
<string name="call_log_action_voicemail">LISTEN</string>
+ <!-- Button text for a button displayed underneath an entry in the call log, which opens up a
+ messaging app to send a SMS to the number represented by the call log entry.
+ [CHAR LIMIT=50] -->
+ <string name="call_log_action_send_message">Send Message</string>
+
<!-- Button text for the button displayed underneath an entry in the call log.
Tapping navigates the user to the call details screen where the user can view details for
the call log entry. [CHAR LIMIT=50] -->