summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/rtt/impl/res/values/ids.xml
diff options
context:
space:
mode:
authorwangqi <wangqi@google.com>2018-03-14 12:12:32 -0700
committerCopybara-Service <copybara-piper@google.com>2018-03-14 12:13:38 -0700
commitb8d0f5029ebaf8e3a0bd32c8b54b3baee6f2876a (patch)
tree5afc256ca4698d4e03138cd5a315934897cab083 /java/com/android/incallui/rtt/impl/res/values/ids.xml
parentc692948f41733a436f90d56da003d30ac7bf56eb (diff)
Add swap call button to RTT call.
Bug: 67596257 Test: manual PiperOrigin-RevId: 189064976 Change-Id: I3265881114baceb4d63fcc3d55d1c904cd3216dc
Diffstat (limited to 'java/com/android/incallui/rtt/impl/res/values/ids.xml')
-rw-r--r--java/com/android/incallui/rtt/impl/res/values/ids.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/java/com/android/incallui/rtt/impl/res/values/ids.xml b/java/com/android/incallui/rtt/impl/res/values/ids.xml
new file mode 100644
index 000000000..3e4755b7c
--- /dev/null
+++ b/java/com/android/incallui/rtt/impl/res/values/ids.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2018 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 name="rtt_on_hold_banner" type="id"/>
+</resources>