summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/speeddial/res/layout/add_favorite_activity.xml
diff options
context:
space:
mode:
authorcalderwoodra <calderwoodra@google.com>2018-04-23 15:22:26 -0700
committerCopybara-Service <copybara-piper@google.com>2018-04-23 16:49:13 -0700
commit6c2357ae634cd3413c699d71c542fd5fced48002 (patch)
tree7e0d5fbdcc66dd4fff5944d1d293044647c19fa0 /java/com/android/dialer/speeddial/res/layout/add_favorite_activity.xml
parenta3f8a79fb2da3d9e11ce1ff178b76cf00719fd56 (diff)
Implemented context menu actions.
Actions implemented in this CL: - placing a voice call - placing a video call - opening an sms conversation - opening a contact card Remove action will be implemented in a follow up CL. Made a few adjustments to the context menu UI. Bug: 77761023 Test: ContextMenuTest PiperOrigin-RevId: 193994428 Change-Id: I85b328f5820175ff91514c0057267b85649b0755
Diffstat (limited to 'java/com/android/dialer/speeddial/res/layout/add_favorite_activity.xml')
-rw-r--r--java/com/android/dialer/speeddial/res/layout/add_favorite_activity.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/java/com/android/dialer/speeddial/res/layout/add_favorite_activity.xml b/java/com/android/dialer/speeddial/res/layout/add_favorite_activity.xml
deleted file mode 100644
index 4df2f29b4..000000000
--- a/java/com/android/dialer/speeddial/res/layout/add_favorite_activity.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- ~ Copyright (C) 2017 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
- -->
-<FrameLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/add_favorite_container"
- android:layout_width="match_parent"
- android:layout_height="match_parent"/> \ No newline at end of file