summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-05-13 20:17:59 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-05-13 20:17:59 +0000
commit910579015af2f7a901394f2a69fd7fb6c969f1a8 (patch)
tree30cb38999469e967f02f0e14c2cddbc202c5f5e1 /res
parentbbdca4074ebfb271adadb661ccf5f781189fc5a8 (diff)
parentf53037503d53f3ff4e213146566ec78cc74a3fe0 (diff)
am f5303750: am 08755110: am 911b14d1: Merge "Reorganize Intent utilities, add send SMS intent." into mnc-dev
* commit 'f53037503d53f3ff4e213146566ec78cc74a3fe0': Reorganize Intent utilities, add send SMS intent.
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] -->