summaryrefslogtreecommitdiff
path: root/java/com/android
diff options
context:
space:
mode:
authorcalderwoodra <calderwoodra@google.com>2017-11-03 16:47:12 -0700
committerzachh <zachh@google.com>2017-11-11 16:23:57 +0000
commit14e534ea65d09cc473c1c85657d0fefc0d999a88 (patch)
tree93e9d1feda68f47cb8e727bd9a964d9578e1742d /java/com/android
parentbed757cd19dca5dffa2a07af579f65028419c242 (diff)
Added phone paused icon to on hold banner.
Public-Origin-Change-Id: If22474d96ee53ce4f7c31fac828fb56022f4fa49 Signed-off-by: Allen Calderwood <calderwoodra@google.com> Author: Kitta Koutarou <koutarou.x.kitta@sonymobile.com> Bug: 62440523 Test: manual PiperOrigin-RevId: 174532793 Change-Id: I436307d42f42387c3d37eb79c99ef9200703d57f
Diffstat (limited to 'java/com/android')
-rw-r--r--java/com/android/incallui/hold/OnHoldFragment.java2
-rw-r--r--java/com/android/incallui/hold/res/layout/incall_on_hold_banner.xml17
2 files changed, 17 insertions, 2 deletions
diff --git a/java/com/android/incallui/hold/OnHoldFragment.java b/java/com/android/incallui/hold/OnHoldFragment.java
index c6952131b..33ca158d3 100644
--- a/java/com/android/incallui/hold/OnHoldFragment.java
+++ b/java/com/android/incallui/hold/OnHoldFragment.java
@@ -68,7 +68,7 @@ public class OnHoldFragment extends Fragment {
.setImageResource(
secondaryInfo.isVideoCall
? R.drawable.quantum_ic_videocam_white_18
- : R.drawable.quantum_ic_call_white_18);
+ : R.drawable.quantum_ic_phone_paused_vd_theme_24);
view.addOnAttachStateChangeListener(
new OnAttachStateChangeListener() {
@Override
diff --git a/java/com/android/incallui/hold/res/layout/incall_on_hold_banner.xml b/java/com/android/incallui/hold/res/layout/incall_on_hold_banner.xml
index 6128ae585..728cce2bc 100644
--- a/java/com/android/incallui/hold/res/layout/incall_on_hold_banner.xml
+++ b/java/com/android/incallui/hold/res/layout/incall_on_hold_banner.xml
@@ -1,4 +1,19 @@
<?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"
xmlns:tools="http://schemas.android.com/tools"
@@ -19,7 +34,7 @@
android:id="@+id/hold_phone_icon"
android:layout_width="18dp"
android:layout_height="18dp"
- android:src="@drawable/quantum_ic_call_white_18"
+ android:src="@drawable/quantum_ic_phone_paused_vd_theme_24"
android:contentDescription="@null"/>
<TextView