diff options
author | Yorke Lee <yorkelee@google.com> | 2015-06-23 09:24:34 -0700 |
---|---|---|
committer | Yorke Lee <yorkelee@google.com> | 2015-06-29 18:16:03 -0700 |
commit | 82d30284d32d2e563661ad0a1465c1b9bf501a9f (patch) | |
tree | 0db8ba74c759be15668f015089c2dc8e6c11207f /res | |
parent | 9f12d3c7fd9d75a6bf31f24bfb61bbe2c7b18f0a (diff) |
Add long press actions to call log
When a call log entry is long pressed, show a context menu that
provides the following actions:
1) Copy to clipboard
2) Edit number before call
Bug: 21453814
Change-Id: I796cffbec39847fd9c61891063217b15cb298479
Diffstat (limited to 'res')
-rw-r--r-- | res/values/ids.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/res/values/ids.xml b/res/values/ids.xml new file mode 100644 index 000000000..e2f0ff593 --- /dev/null +++ b/res/values/ids.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2015 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<resources> + <item type="id" name="context_menu_copy_to_clipboard" /> + <item type="id" name="context_menu_edit_before_call" /> +</resources> |