summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authoremancebo <emancebo@cyngn.com>2014-08-04 12:03:34 -0700
committeremancebo <emancebo@cyngn.com>2015-02-17 14:27:09 -0800
commitbba9d00eb775232678eae83a0b588b28955049e7 (patch)
treee0c0aa9d802b4b13689f812ff53339e475a22224 /res
parentacad21a57c6bdf2a7aef13a1862157cf9bc3b96c (diff)
downloadpackages_apps_InCallUI-bba9d00eb775232678eae83a0b588b28955049e7.tar.gz
packages_apps_InCallUI-bba9d00eb775232678eae83a0b588b28955049e7.tar.bz2
packages_apps_InCallUI-bba9d00eb775232678eae83a0b588b28955049e7.zip
Add an option in the InCall UI to perform call recording
Use existing menu items in overflow menu to start/stop recording instead of adding buttons in the call button fragment Change-Id: Icc86a0a7ae9d2493a837d02f321df7cb1387cded
Diffstat (limited to 'res')
-rw-r--r--res/layout/call_button_fragment.xml1
-rw-r--r--res/values/cm_strings.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/call_button_fragment.xml b/res/layout/call_button_fragment.xml
index 33787b66..dafab337 100644
--- a/res/layout/call_button_fragment.xml
+++ b/res/layout/call_button_fragment.xml
@@ -166,7 +166,6 @@
android:background="@drawable/btn_overflow"
android:contentDescription="@string/onscreenOverflowText"
android:visibility="gone" />
-
</LinearLayout>
</LinearLayout>
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 13f53e2a..442584b9 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -30,6 +30,8 @@
<!-- Text for the onscreen "Blacklist" button -->
<string name="onscreenBlacklistText">Blacklist</string>
+ <string name="call_recording_failed_message">Failed to start call recording</string>
+
<!-- Blacklist confirmation dialog -->
<string name="blacklist_dialog_title">Add to blacklist</string>
<string name="blacklist_dialog_message">Future calls from <xliff:g id="number">%s</xliff:g> will be blocked</string>