summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/hold/res/layout/incall_on_hold_banner.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/incallui/hold/res/layout/incall_on_hold_banner.xml')
-rw-r--r--java/com/android/incallui/hold/res/layout/incall_on_hold_banner.xml17
1 files changed, 16 insertions, 1 deletions
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